From 9969a696d55a5822cb02e2782340028abe66543d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kendall=20Gonz=C3=A1lez=20Le=C3=B3n?= Date: Thu, 9 Apr 2026 17:54:31 -0600 Subject: [PATCH 1/3] Remove unnecessary query parameter from httpClientJobs URL in httpclient-scenarios.yml --- build/httpclient-scenarios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/httpclient-scenarios.yml b/build/httpclient-scenarios.yml index 491021192..2931468b9 100644 --- a/build/httpclient-scenarios.yml +++ b/build/httpclient-scenarios.yml @@ -19,7 +19,7 @@ parameters: - name: httpClientJobs type: string - default: '--config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml?raw=true' + default: '--config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml' - name: tfm type: string From 1e24cd20c47d0ddc9d2e2e9217c48dbe5ee87d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kendall=20Gonz=C3=A1lez=20Le=C3=B3n?= Date: Thu, 9 Apr 2026 17:55:07 -0600 Subject: [PATCH 2/3] Replace blob redirect URLs with direct raw.githubusercontent.com URL --- scenarios/tls.benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/tls.benchmarks.yml b/scenarios/tls.benchmarks.yml index 885b62ba5..462a5e10a 100644 --- a/scenarios/tls.benchmarks.yml +++ b/scenarios/tls.benchmarks.yml @@ -1,7 +1,7 @@ imports: - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml - 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://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml - https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml variables: From fcc272e9aff837914f3ea9b13b310c28b27bb938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kendall=20Gonz=C3=A1lez=20Le=C3=B3n?= Date: Thu, 9 Apr 2026 17:55:27 -0600 Subject: [PATCH 3/3] Update README.md to use direct raw.githubusercontent.com URLs for benchmark config --- scenarios/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenarios/README.md b/scenarios/README.md index 14a481d4e..50c475800 100644 --- a/scenarios/README.md +++ b/scenarios/README.md @@ -560,7 +560,7 @@ These scenarios are running [dotnet micro benchmarks](https://github.com/dotnet/ ### Sample ``` -crank --config https://github.com/aspnet/benchmarks/blob/main/scenarios/dotnet.benchmarks.yml?raw=true --scenario linq --profile aspnet-perf-win +crank --config https://raw.githubusercontent.com/aspnet/benchmarks/main/scenarios/dotnet.benchmarks.yml --scenario linq --profile aspnet-perf-win ``` ### Available scenarios @@ -571,7 +571,7 @@ crank --config https://github.com/aspnet/benchmarks/blob/main/scenarios/dotnet.b The scenario named `custom` can be used to pass any custom filter variable like so: ``` -crank --config https://github.com/aspnet/benchmarks/blob/main/scenarios/dotnet.benchmarks.yml?raw=true --scenario custom --profile aspnet-perf-win --variable filter=*LinqBenchmarks* +crank --config https://raw.githubusercontent.com/aspnet/benchmarks/main/scenarios/dotnet.benchmarks.yml --scenario custom --profile aspnet-perf-win --variable filter=*LinqBenchmarks* ``` ## FAQ