aspnetcore/test/Microsoft.AspNetCore.Server...
Cesar Blum Silveira 0404bcc58c Add more microbenchmarks. 2017-03-06 10:14:22 -08:00
..
columns
configs
FrameParsingOverhead.cs Add more microbenchmarks. 2017-03-06 10:14:22 -08:00
KestrelHttpParser.cs Add more microbenchmarks. 2017-03-06 10:14:22 -08:00
KnownStrings.cs
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
PipeThroughput.cs
Program.cs Add more microbenchmarks. 2017-03-06 10:14:22 -08:00
Readme.md
RequestParsing.cs Add more microbenchmarks. 2017-03-06 10:14:22 -08:00
RequestParsingData.cs Add more microbenchmarks. 2017-03-06 10:14:22 -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