From c2db31bb9c89e2cbae01f09dc82772c91748c07b Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Mon, 21 Apr 2025 11:37:09 +0100 Subject: [PATCH] Disable routing microbenchmarks. See #61574 --- .../Microsoft.AspNetCore.Routing.Microbenchmarks.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Http/Routing/perf/Microbenchmarks/Microsoft.AspNetCore.Routing.Microbenchmarks.csproj b/src/Http/Routing/perf/Microbenchmarks/Microsoft.AspNetCore.Routing.Microbenchmarks.csproj index 872e85f13ace..200dc147c051 100644 --- a/src/Http/Routing/perf/Microbenchmarks/Microsoft.AspNetCore.Routing.Microbenchmarks.csproj +++ b/src/Http/Routing/perf/Microbenchmarks/Microsoft.AspNetCore.Routing.Microbenchmarks.csproj @@ -6,6 +6,9 @@ true true Microsoft.AspNetCore.Routing + + + true