aspnetcore/benchmarks/Kestrel.Performance
Pavel Krymets 1fa001e7db
React to pipeline changes (#2234)
React to pipeline changes
2018-01-04 09:54:42 -08:00
..
Mocks React to pipeline changes (#2234) 2018-01-04 09:54:42 -08:00
AssemblyInfo.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
DotSegmentRemovalBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
ErrorUtilities.cs
Http1ConnectionParsingOverheadBenchmark.cs React to pipeline changes (#2234) 2018-01-04 09:54:42 -08:00
Http1WritingBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
HttpParserBenchmark.cs React to pipeline changes (#2234) 2018-01-04 09:54:42 -08:00
HttpProtocolFeatureCollection.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
Kestrel.Performance.csproj
KnownStringsBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
PipeThroughputBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
README.md
RequestParsingBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
ResponseHeadersWritingBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
StringUtilitiesBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08: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