aspnetcore/src/Servers/Kestrel/perf/Kestrel.Performance
James Newton-King 8009350176
Log message when connection reaches maximum concurrent streams (#22452)
2020-06-03 10:11:06 +12:00
..
Mocks Log message when connection reaches maximum concurrent streams (#22452) 2020-06-03 10:11:06 +12:00
AssemblyInfo.cs
BinaryPrimitivesBenchmark.cs
BytesToStringBenchmark.cs
ChunkWriterBenchmark.cs
DotSegmentRemovalBenchmark.cs
ErrorUtilities.cs
Http1ConnectionBenchmark.cs Make HTTP/1.1 startline parsing "safe" (#20885) 2020-04-23 18:32:54 -07:00
Http1ConnectionParsingOverheadBenchmark.cs Make HTTP/1.1 startline parsing "safe" (#20885) 2020-04-23 18:32:54 -07:00
Http1LargeWritingBenchmark.cs
Http1ReadingBenchmark.cs
Http1WritingBenchmark.cs
Http2ConnectionBenchmarkBase.cs
Http2ConnectionEmptyBenchmark.cs
Http2ConnectionHeadersBenchmark.cs
Http2FrameWriterBenchmark.cs
HttpParserBenchmark.cs Make HTTP/1.1 startline parsing "safe" (#20885) 2020-04-23 18:32:54 -07:00
HttpProtocolFeatureCollection.cs
InMemoryTransportBenchmark.cs
IntegerDecoderBenchmark.cs
KnownStringsBenchmark.cs Make HTTP/1.1 startline parsing "safe" (#20885) 2020-04-23 18:32:54 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance.csproj
PipeThroughputBenchmark.cs
README.md
RequestParsingBenchmark.cs Make HTTP/1.1 startline parsing "safe" (#20885) 2020-04-23 18:32:54 -07:00
RequestParsingData.cs add micro benchmark for parsing Json TechEmpower request (#20505) 2020-04-03 11:09:17 -07:00
ResponseHeaderCollectionBenchmark.cs
ResponseHeadersWritingBenchmark.cs
SchedulerBenchmark.cs
StringUtilitiesBenchmark.cs

README.md

Compile the solution in Release mode (so Kestrel is available in release)

build.cmd /p:Configuration=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