aspnetcore/benchmarks/Kestrel.Performance
Pavel Krymets fff3e1ebd0 Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
..
Mocks HTTP/2: add exception error messages and log them. 2017-10-12 11:23:57 -07:00
configs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
DotSegmentRemovalBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
ErrorUtilities.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
Http1ConnectionParsingOverheadBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
Http1WritingBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
HttpParserBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
HttpProtocolFeatureCollection.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
Kestrel.Performance.csproj Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
KnownStringsBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
PipeThroughputBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
README.md Get Kestrel.Performance working again 2017-08-17 17:00:46 -07:00
RequestParsingBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
RequestParsingData.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
ResponseHeaderCollectionBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
ResponseHeadersWritingBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -07:00
StringUtilitiesBenchmark.cs Validate benchmarks (#2126) 2017-10-23 09:51:00 -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 -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