aspnetcore/test/Microsoft.AspNetCore.Server...
Krzysztof Cwalina c56de066d3 Optimized parsing GET verb and version (#1399)
* Optimized parsing GET verb
* optimized http version parsing
* Added microbenchmarks for GetKnownMethod and GetKnownVersion
2017-02-28 17:02:52 -08:00
..
columns
configs
KnownStrings.cs Optimized parsing GET verb and version (#1399) 2017-02-28 17:02:52 -08:00
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
PipeThroughput.cs
Program.cs Optimized parsing GET verb and version (#1399) 2017-02-28 17:02:52 -08:00
Readme.md
RequestParsing.cs
ResponseHeaders.cs
Writing.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 -c Release RequestParsing

To run all use All as parameter

dotnet run -c Release All

Using no parameter will list all available benchmarks