aspnetcore/benchmarks/Kestrel.Performance
BrennanConroy 95dc8824c3
Upgrade package references and react to corefx API changes (#2212)
2017-12-11 09:02:37 -08:00
..
Mocks
configs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
Http1ConnectionParsingOverheadBenchmark.cs Upgrade package references and react to corefx API changes (#2212) 2017-12-11 09:02:37 -08:00
Http1WritingBenchmark.cs Upgrade package references and react to corefx API changes (#2212) 2017-12-11 09:02:37 -08:00
HttpParserBenchmark.cs
HttpProtocolFeatureCollection.cs Upgrade package references and react to corefx API changes (#2212) 2017-12-11 09:02:37 -08:00
Kestrel.Performance.csproj
KnownStringsBenchmark.cs
PipeThroughputBenchmark.cs Upgrade package references and react to corefx API changes (#2212) 2017-12-11 09:02:37 -08:00
README.md
RequestParsingBenchmark.cs Upgrade package references and react to corefx API changes (#2212) 2017-12-11 09:02:37 -08:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Upgrade package references and react to corefx API changes (#2212) 2017-12-11 09:02:37 -08:00
ResponseHeadersWritingBenchmark.cs Upgrade package references and react to corefx API changes (#2212) 2017-12-11 09:02:37 -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