aspnetcore/benchmarks/Kestrel.Performance
Pavel Krymets a84095e5c3
React to pipelines changes (#2275)
2018-01-29 14:34:48 -08:00
..
Mocks React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
AssemblyInfo.cs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
Http1ConnectionParsingOverheadBenchmark.cs React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
Http1WritingBenchmark.cs React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
HttpParserBenchmark.cs React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
HttpProtocolFeatureCollection.cs
Kestrel.Performance.csproj
KnownStringsBenchmark.cs
PipeThroughputBenchmark.cs React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
README.md
RequestParsingBenchmark.cs React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs
ResponseHeadersWritingBenchmark.cs
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