aspnetcore/test/Microsoft.AspNetCore.Server...
Nate McMaster 63e3c9428a You can't have two benchmarks as the baseline. 2017-03-08 17:28:13 -08:00
..
columns Implement IHeaderDictionary.ContentLength 2017-01-24 14:55:48 -08:00
configs Add allocations column (#1422) 2017-03-02 06:56:05 -08:00
FrameParsingOverhead.cs Add more microbenchmarks. 2017-03-06 10:14:22 -08:00
KestrelHttpParser.cs Add more microbenchmarks. 2017-03-06 10:14:22 -08:00
KnownStrings.cs Add IHttpParser interface (#1414) 2017-03-01 11:55:36 -08:00
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj Fix CopyTo implementation in benchmark. (#1462) 2017-03-07 17:39:56 -08:00
PipeThroughput.cs Input Pipeline migration (#1277) 2017-02-17 15:38:13 -08:00
Program.cs Add more microbenchmarks. 2017-03-06 10:14:22 -08:00
Readme.md Add benchmarks for Frame writes. 2016-12-13 11:33:56 -08:00
RequestParsing.cs You can't have two benchmarks as the baseline. 2017-03-08 17:28:13 -08:00
RequestParsingData.cs Add absolute-uri benchmark and change plaintext, live aspnet, and unicode benchmarks to use origin-form 2017-03-08 17:21:21 -08:00
ResponseHeaders.cs Implement IHeaderDictionary.ContentLength 2017-01-24 14:55:48 -08:00
WritableBufferExtensions.cs Fix CopyTo implementation in benchmark. (#1462) 2017-03-07 17:39:56 -08:00
Writing.cs Input Pipeline migration (#1277) 2017-02-17 15:38:13 -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 -c Release RequestParsing

To run all use All as parameter

dotnet run -c Release All

Using no parameter will list all available benchmarks