aspnetcore/benchmarks/Kestrel.Performance
David Fowler 2e6687031d Added initial connection middleware pipeline (#2003)
* Added initial connection middleware pipeline
- Implemented IConnectionBuilder on ListenOptions. Kept IConnectionAdapter for now.
- Delay the configure callback for ListenOptions until the server has started.
- Added ConnectionLimitMiddleware and HttpConnectionMiddleware
- Expose ConnectionAborted and ConnectionClosed on ConnectionContext and
IConnectionTransportFeature
- Updated the tests
- Removed IConnectionApplicationFeature
- Moved Application to IConnectionTransportFeature
2017-08-21 12:11:27 -07:00
..
Mocks Use PackageLineup 2017-08-16 14:10:43 -07:00
configs Use PackageLineup 2017-08-16 14:10:43 -07:00
DotSegmentRemovalBenchmark.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
ErrorUtilities.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
FrameFeatureCollection.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
FrameParsingOverheadBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
FrameWritingBenchmark.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
Kestrel.Performance.csproj React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
KestrelHttpParserBenchmark.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
KnownStringsBenchmark.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
PipeThroughputBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
Program.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
README.md Get Kestrel.Performance working again 2017-08-17 17:00:46 -07:00
RequestParsingBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
RequestParsingData.cs Use PackageLineup 2017-08-16 14:10:43 -07:00
ResponseHeaderCollectionBenchmark.cs React to changes in BenchmarkDotNet 0.10.9 (#2006) 2017-08-18 10:57:48 -07:00
ResponseHeadersWritingBenchmark.cs Added initial connection middleware pipeline (#2003) 2017-08-21 12:11:27 -07:00
StringUtilitiesBenchmark.cs Use PackageLineup 2017-08-16 14:10:43 -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