aspnetcore/test/Kestrel.Performance
David Fowler 5c775073a4 Initial bedrock refactoring (#1995)
- Added Protocols.Abstractions
 - IConnectionHandler.OnConnection takes an IFeatureCollection instead of
 IConnectionInfo
 - Removed IConnectionContext and IConnectionInformation replaced with
 IConnectionTransportFeature
 - Updated FrameConnectionContext and FrameContext to have the relevant
 state instead of flowing the ConnectionInformation.
 - Updated tests
2017-08-16 00:02:48 -07:00
..
Mocks Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
configs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
FrameFeatureCollection.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
FrameParsingOverheadBenchmark.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
FrameWritingBenchmark.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
Kestrel.Performance.csproj
KestrelHttpParserBenchmark.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
KnownStringsBenchmark.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
PipeThroughputBenchmark.cs Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
Program.cs
Readme.md
RequestParsingBenchmark.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -07:00
ResponseHeadersWritingBenchmark.cs Initial bedrock refactoring (#1995) 2017-08-16 00:02:48 -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 -c Release RequestParsing

To run all use All as parameter

dotnet run -c Release All

Using no parameter will list all available benchmarks