aspnetcore/benchmarks/Kestrel.Performance
David Fowler b8a1c04ffb
Make the HttpParser a singleton (#2203)
- It's completely stateless so make it a singleton
- Fixed tests
2017-12-03 13:27:36 -08:00
..
Mocks
configs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
Http1ConnectionParsingOverheadBenchmark.cs Make the HttpParser a singleton (#2203) 2017-12-03 13:27:36 -08:00
Http1WritingBenchmark.cs Make the HttpParser a singleton (#2203) 2017-12-03 13:27:36 -08:00
HttpParserBenchmark.cs
HttpProtocolFeatureCollection.cs Make the HttpParser a singleton (#2203) 2017-12-03 13:27:36 -08:00
Kestrel.Performance.csproj
KnownStringsBenchmark.cs
PipeThroughputBenchmark.cs
README.md
RequestParsingBenchmark.cs Make the HttpParser a singleton (#2203) 2017-12-03 13:27:36 -08:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Make the HttpParser a singleton (#2203) 2017-12-03 13:27:36 -08:00
ResponseHeadersWritingBenchmark.cs Make the HttpParser a singleton (#2203) 2017-12-03 13:27:36 -08: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