aspnetcore/test/Microsoft.AspNetCore.Server...
Pavel Krymets d22f689fd2 Add support to use System.Memory as a package instead of internilized source (#1821) 2017-05-16 16:54:03 -07:00
..
Mocks Add support to use System.Memory as a package instead of internilized source (#1821) 2017-05-16 16:54:03 -07:00
configs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
FrameFeatureCollection.cs
FrameParsingOverheadBenchmark.cs Create Frame in FrameConnection. 2017-05-10 16:48:37 -07:00
FrameWritingBenchmark.cs Remove synchronous Write APIs (#1838) 2017-05-15 19:04:04 -07:00
KestrelHttpParserBenchmark.cs Add support to use System.Memory as a package instead of internilized source (#1821) 2017-05-16 16:54:03 -07:00
KnownStringsBenchmark.cs
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
PipeThroughputBenchmark.cs
Program.cs
Readme.md
RequestParsingBenchmark.cs Create Frame in FrameConnection. 2017-05-10 16:48:37 -07:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Create Frame in FrameConnection. 2017-05-10 16:48:37 -07:00
ResponseHeadersWritingBenchmark.cs Create Frame in FrameConnection. 2017-05-10 16:48:37 -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