From b20f22abc600e64346464e2e0f4a6d4718b66bad Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Tue, 14 Oct 2025 14:23:14 -0700 Subject: [PATCH] Remove azure.profile.yml link from tls.benchmarks.yml as it is currently duplicating the config reference causing the application to get send twice in a single run. Other files leave azure.profile.yml to be set at the build/*-scenarios.yml level, so this brings that to being copied. --- scenarios/tls.benchmarks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/scenarios/tls.benchmarks.yml b/scenarios/tls.benchmarks.yml index 771118931..b8c03a6c4 100644 --- a/scenarios/tls.benchmarks.yml +++ b/scenarios/tls.benchmarks.yml @@ -3,7 +3,6 @@ - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml - https://github.com/dotnet/crank/blob/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml?raw=true - https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true - - https://github.com/aspnet/Benchmarks/blob/main/build/azure.profile.yml?raw=true variables: serverPort: 5000