aspnetcore/test/Microsoft.AspNetCore.Server...
Cesar Blum Silveira 1a2c438899 Upgrade to RC.3 2017-01-31 16:23:23 -08:00
..
columns
configs Upgrade to RC.3 2017-01-31 16:23:23 -08:00
.notest Upgrade to RC.3 2017-01-31 16:23:23 -08:00
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj Upgrade to RC.3 2017-01-31 16:23:23 -08:00
Program.cs
Readme.md
RequestParsing.cs
ResponseHeaders.cs
Writing.cs Upgrade to RC.3 2017-01-31 16:23:23 -08:00
runtimeconfig.template.json Upgrade to RC.3 2017-01-31 16:23:23 -08: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 -c Release RequestParsing

To run all use All as parameter

dotnet run -c Release All

Using no parameter will list all available benchmarks