aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler 8929b40527 Single span optimizations (#1421)
- Added a fast path for single span in the start line parsing
- Added a fast path for single span header parsing
- Changed the out header loop to be pointer based (instead of slicing)
2017-03-02 12:17:39 -08:00
..
columns
configs Add allocations column (#1422) 2017-03-02 06:56:05 -08:00
KnownStrings.cs Add IHttpParser interface (#1414) 2017-03-01 11:55:36 -08: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 Single span optimizations (#1421) 2017-03-02 12:17:39 -08:00
ResponseHeaders.cs
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