From 63e3c9428a71158825b6f282856f915e958244e0 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 8 Mar 2017 17:28:13 -0800 Subject: [PATCH] You can't have two benchmarks as the baseline. --- .../RequestParsing.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.Performance/RequestParsing.cs b/test/Microsoft.AspNetCore.Server.Kestrel.Performance/RequestParsing.cs index 16f1efdb8d..ccaf08ba57 100644 --- a/test/Microsoft.AspNetCore.Server.Kestrel.Performance/RequestParsing.cs +++ b/test/Microsoft.AspNetCore.Server.Kestrel.Performance/RequestParsing.cs @@ -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++)