aspnetcore/test/Microsoft.AspNetCore.Server...
Cesar Blum Silveira eca4bfe6c3 Add response minimum data rate feature. 2017-07-07 22:37:25 -07:00
..
Mocks Add response minimum data rate feature. 2017-07-07 22:37:25 -07:00
configs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
FrameFeatureCollection.cs Fix broken microbenchmarks (#1861). 2017-05-25 16:01:17 -07:00
FrameParsingOverheadBenchmark.cs Fix broken microbenchmarks (#1861). 2017-05-25 16:01:17 -07:00
FrameWritingBenchmark.cs Fix broken microbenchmarks (#1861). 2017-05-25 16:01:17 -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 Merge branch 'arespr/knownmethods-optimizations' into dev 2017-05-04 11:44:54 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj Target .NET Standard 2.0 (#1849) 2017-05-20 10:37:35 -07:00
PipeThroughputBenchmark.cs
Program.cs
Readme.md
RequestParsingBenchmark.cs Fix broken microbenchmarks (#1861). 2017-05-25 16:01:17 -07:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Fix broken microbenchmarks (#1861). 2017-05-25 16:01:17 -07:00
ResponseHeadersWritingBenchmark.cs Fix broken microbenchmarks (#1861). 2017-05-25 16:01:17 -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