aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler cb6059c143 Make the IHttpParser per frame and add a reset (#1415)
* Make the IHttpParser per frame and add a reset
- Made the IHttpParser a per frame object so state can be stored
across method calls and parses.
- Added HttpParserFactory to ServiceContext
2017-03-01 13:12:03 -08:00
..
columns
configs
KnownStrings.cs Add IHttpParser interface (#1414) 2017-03-01 11:55:36 -08:00
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
PipeThroughput.cs
Program.cs
Readme.md
RequestParsing.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00
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