aspnetcore/test/Microsoft.AspNetCore.Server...
arespr 346d8eaa03 address PR feedback 2017-03-02 22:14:36 +01:00
..
columns Implement IHeaderDictionary.ContentLength 2017-01-24 14:55:48 -08:00
configs Remove custom BenchmarkDotNet toolchain. 2017-02-21 12:05:16 -08:00
KnownStrings.cs address PR feedback 2017-03-02 22:14:36 +01:00
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj Input Pipeline migration (#1277) 2017-02-17 15:38:13 -08:00
PipeThroughput.cs Input Pipeline migration (#1277) 2017-02-17 15:38:13 -08:00
Program.cs Optimized parsing GET verb and version (#1399) 2017-02-28 17:02:52 -08:00
Readme.md
RequestParsing.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00
ResponseHeaders.cs Implement IHeaderDictionary.ContentLength 2017-01-24 14:55:48 -08:00
Writing.cs Input Pipeline migration (#1277) 2017-02-17 15:38:13 -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