aspnetcore/benchmarks/Kestrel.Performance
Pavel Krymets 73a37363e1
Migrate to new pipe APIs (#2124)
2017-11-13 15:04:54 -08:00
..
Mocks
configs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
DotSegmentRemovalBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
ErrorUtilities.cs
Http1ConnectionParsingOverheadBenchmark.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
Http1WritingBenchmark.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
HttpParserBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
HttpProtocolFeatureCollection.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
Kestrel.Performance.csproj Pin tool and package versions to make builds more repeatable 2017-11-01 15:18:49 -07:00
KnownStringsBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
PipeThroughputBenchmark.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
README.md
RequestParsingBenchmark.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
ResponseHeadersWritingBenchmark.cs Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
StringUtilitiesBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00

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