aspnetcore/test/Microsoft.AspNetCore.Server...
Cesar Blum Silveira 6bd0344880 Add Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions project (#1582).
- Changes the design to have one ConnectionHandler per endpoint.
2017-04-03 15:09:03 -07:00
..
Mocks Add Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions project (#1582). 2017-04-03 15:09:03 -07:00
configs
DotSegmentRemovalBenchmark.cs Revert "Fetch corefx lab sources and compile them into kestrel (#1581)" 2017-04-03 14:08:27 -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
PipeThroughputBenchmark.cs Revert "Fetch corefx lab sources and compile them into kestrel (#1581)" 2017-04-03 14:08:27 -07:00
Program.cs
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
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