aspnetcore/benchmarks/Kestrel.Performance
Stephen Halter 284367db9f Improve ConnectionLimitMiddleware and connection pipeline building (#2010)
* Improve ConnectionLimitMiddleware and connection pipeline building
* Add IDecrementConcurrentConnectionCountFeature
* Flow connection features from connection middleware
2017-08-30 11:30:20 -07:00
..
Mocks
configs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
FrameFeatureCollection.cs Improve ConnectionLimitMiddleware and connection pipeline building (#2010) 2017-08-30 11:30:20 -07:00
FrameParsingOverheadBenchmark.cs Improve ConnectionLimitMiddleware and connection pipeline building (#2010) 2017-08-30 11:30:20 -07:00
FrameWritingBenchmark.cs Improve ConnectionLimitMiddleware and connection pipeline building (#2010) 2017-08-30 11:30:20 -07:00
Kestrel.Performance.csproj
KestrelHttpParserBenchmark.cs
KnownStringsBenchmark.cs
PipeThroughputBenchmark.cs
Program.cs
README.md
RequestParsingBenchmark.cs Improve ConnectionLimitMiddleware and connection pipeline building (#2010) 2017-08-30 11:30:20 -07:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Improve ConnectionLimitMiddleware and connection pipeline building (#2010) 2017-08-30 11:30:20 -07:00
ResponseHeadersWritingBenchmark.cs Improve ConnectionLimitMiddleware and connection pipeline building (#2010) 2017-08-30 11:30:20 -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