aspnetcore/test/Microsoft.AspNetCore.Server...
Stephen Halter ac60f13312 Modify RequestProcessingAsync to call single parse method (#1427)
* Modify RequestProcessingAsync to call single parse method
* Fix bad request logging
2017-03-03 14:43:32 -08:00
..
columns
configs
KnownStrings.cs
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj use rtm appveyor 2017-03-02 21:44:36 -08:00
PipeThroughput.cs
Program.cs
Readme.md
RequestParsing.cs Modify RequestProcessingAsync to call single parse method (#1427) 2017-03-03 14:43:32 -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