aspnetcore/benchmarks/Kestrel.Performance
Mike Harder 0f6ba66e46
Add InMemoryTransportBenchmark (#2354)
2018-03-02 12:38:32 -08:00
..
Mocks React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
AsciiBytesToStringBenchmark.cs Speed up TryGetAsciiString (#1973) 2018-02-22 16:45:31 -08:00
AssemblyInfo.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
DotSegmentRemovalBenchmark.cs Remove unnecessary usings (#2326) 2018-02-16 14:04:16 -08:00
ErrorUtilities.cs
Http1ConnectionParsingOverheadBenchmark.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
Http1WritingBenchmark.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
HttpParserBenchmark.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
HttpProtocolFeatureCollection.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
InMemoryTransportBenchmark.cs Add InMemoryTransportBenchmark (#2354) 2018-03-02 12:38:32 -08:00
Kestrel.Performance.csproj
KnownStringsBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
PipeThroughputBenchmark.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
README.md
RequestParsingBenchmark.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
ResponseHeadersWritingBenchmark.cs React to pipes in corefx (#2337) 2018-02-28 12:41:51 -08:00
StringUtilitiesBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08: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