aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler 13519b6079 Fix CopyTo implementation in benchmark. (#1462)
* wip

* ooops
2017-03-07 17:39:56 -08:00
..
columns
configs
FrameParsingOverhead.cs
KestrelHttpParser.cs
KnownStrings.cs
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj Fix CopyTo implementation in benchmark. (#1462) 2017-03-07 17:39:56 -08:00
PipeThroughput.cs
Program.cs
Readme.md
RequestParsing.cs Fix CopyTo implementation in benchmark. (#1462) 2017-03-07 17:39:56 -08:00
RequestParsingData.cs
ResponseHeaders.cs
WritableBufferExtensions.cs Fix CopyTo implementation in benchmark. (#1462) 2017-03-07 17:39:56 -08:00
Writing.cs

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