aspnetcore/test/Microsoft.AspNetCore.Server...
Nate McMaster 708630fd23 Downgrade to stable packages 2017-02-15 14:22:38 -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 Downgrade to stable packages 2017-02-15 14:22:38 -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