You can't have two benchmarks as the baseline.

This commit is contained in:
Nate McMaster 2017-03-08 17:28:13 -08:00
parent 3a1f3d14f9
commit 63e3c9428a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Performance
}
}
[Benchmark(Baseline = true, OperationsPerInvoke = RequestParsingData.InnerLoopCount)]
[Benchmark(OperationsPerInvoke = RequestParsingData.InnerLoopCount)]
public void PlaintextAbsoluteUri()
{
for (var i = 0; i < RequestParsingData.InnerLoopCount; i++)