aspnetcore/benchmarks/Kestrel.Performance
Nate McMaster 7f23ff08ce React to changes in BenchmarkDotNet 0.10.9 (#2006)
* fixup! React to changes in BenchmarkDotNet 0.10.9
2017-08-18 10:57:48 -07:00
..
Mocks
configs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
FrameFeatureCollection.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
FrameParsingOverheadBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
FrameWritingBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
Kestrel.Performance.csproj React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
KestrelHttpParserBenchmark.cs
KnownStringsBenchmark.cs
PipeThroughputBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
Program.cs
README.md
RequestParsingBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
ResponseHeadersWritingBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
StringUtilitiesBenchmark.cs

README.md

Compile the solution in Release mode (so Kestrel is available in release)

To run a specific benchmark add it as parameter

dotnet run -f netcoreapp2.0 -c Release RequestParsing

To run all use All as parameter

dotnet run -f netcoreapp2.0 -c Release All

Using no parameter will list all available benchmarks