aspnetcore/benchmarks/Kestrel.Performance
Cesar Blum Silveira deed6c9780 HTTP/2: add exception error messages and log them. 2017-10-12 11:23:57 -07:00
..
Mocks HTTP/2: add exception error messages and log them. 2017-10-12 11:23:57 -07:00
configs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
Http1ConnectionParsingOverheadBenchmark.cs Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
Http1WritingBenchmark.cs Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
HttpParserBenchmark.cs Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
HttpProtocolFeatureCollection.cs Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
Kestrel.Performance.csproj Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
KnownStringsBenchmark.cs
PipeThroughputBenchmark.cs
Program.cs
README.md
RequestParsingBenchmark.cs Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
ResponseHeadersWritingBenchmark.cs Merge code paths duplicated between HTTP/1.x and HTTP/2 implementations (#2017). 2017-09-14 17:35:57 -07:00
StringUtilitiesBenchmark.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 -f netcoreapp2.0 -c Release RequestParsing

To run all use All as parameter

dotnet run -f netcoreapp2.0 -c Release All

Using no parameter will list all available benchmarks