aspnetcore/benchmarks/Kestrel.Performance
Ben Adams c57784447e Speed up TryGetAsciiString (#1973)
* Widen
* Remove TryGetAsciiStringVectorCheckShifts
* Add Span version to benchmarks
2018-02-22 16:45:31 -08:00
..
Mocks Remove unnecessary usings (#2326) 2018-02-16 14:04:16 -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 Clean up some of protocol abstractions (#2311) 2018-02-10 10:39:21 -08:00
Http1WritingBenchmark.cs Clean up some of protocol abstractions (#2311) 2018-02-10 10:39:21 -08:00
HttpParserBenchmark.cs Remove unnecessary usings (#2326) 2018-02-16 14:04:16 -08:00
HttpProtocolFeatureCollection.cs Faster IFeatureCollection.Get<TFeature> (#2290) 2018-02-22 16:44:38 -08:00
Kestrel.Performance.csproj Pin tool and package versions to make builds more repeatable 2017-11-01 15:18:49 -07:00
KnownStringsBenchmark.cs Use common BDN config (#2233) 2017-12-22 09:51:26 -08:00
PipeThroughputBenchmark.cs React to pipelines changes (#2275) 2018-01-29 14:34:48 -08:00
README.md
RequestParsingBenchmark.cs Clean up some of protocol abstractions (#2311) 2018-02-10 10:39:21 -08:00
RequestParsingData.cs
ResponseHeaderCollectionBenchmark.cs Clean up some of protocol abstractions (#2311) 2018-02-10 10:39:21 -08:00
ResponseHeadersWritingBenchmark.cs Clean up some of protocol abstractions (#2311) 2018-02-10 10:39:21 -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