aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler 5644310811 Clean up benchmarks (#1487)
- Benchmarks are suffixed with *Benchmarks
- Removed Custom RpsColumn.cs and used Ops/Second column
- Removed params from RequestParsingBenchmark
2017-03-12 22:52:24 -07:00
..
configs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
ErrorUtilities.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
FrameParsingOverheadBenchmark.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
FrameWritingBenchmark.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
KestrelHttpParserBenchmark.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
KnownStringsBenchmark.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
PipeThroughputBenchmark.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
Program.cs
Readme.md
RequestParsingBenchmark.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
RequestParsingData.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
ResponseHeadersBenchmark.cs Clean up benchmarks (#1487) 2017-03-12 22:52:24 -07:00
WritableBufferExtensions.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