aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler f479720d5a Remove our custom bootstrapper and use the BenchmarkSwitcher (#1480) 2017-03-11 18:19:13 -08:00
..
columns
configs
FrameParsingOverhead.cs Handle absolute, asterisk, and authority-form request targets 2017-03-09 16:54:12 -08:00
KestrelHttpParser.cs Handle absolute, asterisk, and authority-form request targets 2017-03-09 16:54:12 -08:00
KnownStrings.cs
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
PipeThroughput.cs
Program.cs Remove our custom bootstrapper and use the BenchmarkSwitcher (#1480) 2017-03-11 18:19:13 -08:00
Readme.md
RequestParsing.cs
RequestParsingData.cs
ResponseHeaders.cs
WritableBufferExtensions.cs
Writing.cs Fxi writing perf test (#1478) 2017-03-10 12:04:28 -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