aspnetcore/test/Microsoft.AspNetCore.Server...
Pavel Krymets fd5f3a771c React to corefxlab changes (#1602) 2017-04-03 20:20:39 -07:00
..
Mocks Add Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions project (#1582). 2017-04-03 15:09:03 -07:00
configs
DotSegmentRemovalBenchmark.cs React to corefxlab changes (#1602) 2017-04-03 20:20:39 -07:00
ErrorUtilities.cs
FrameParsingOverheadBenchmark.cs Revert "Fetch corefx lab sources and compile them into kestrel (#1581)" 2017-04-03 14:08:27 -07:00
FrameWritingBenchmark.cs Revert "Fetch corefx lab sources and compile them into kestrel (#1581)" 2017-04-03 14:08:27 -07:00
KestrelHttpParserBenchmark.cs Revert "Fetch corefx lab sources and compile them into kestrel (#1581)" 2017-04-03 14:08:27 -07:00
KnownStringsBenchmark.cs
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj Fix benchmarks on netcoreapp2.0 2017-03-31 10:39:55 -07:00
PipeThroughputBenchmark.cs Revert "Fetch corefx lab sources and compile them into kestrel (#1581)" 2017-04-03 14:08:27 -07:00
Program.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
Readme.md
RequestParsingBenchmark.cs Revert "Fetch corefx lab sources and compile them into kestrel (#1581)" 2017-04-03 14:08:27 -07:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
ResponseHeadersWritingBenchmark.cs Revert "Fetch corefx lab sources and compile them into kestrel (#1581)" 2017-04-03 14:08:27 -07: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