Skip to content

Commit d43ac9d

Browse files
committed
Removing httpClientJobs from job-variables
1 parent d0f8260 commit d43ac9d

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

build/httpclient-scenarios.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ parameters:
1111
type: string
1212
default: 'true'
1313

14+
variables:
15+
- name: httpClientJobs
16+
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml
17+
1418
- name: getScenarios
1519
type: object
1620
default:

build/job-variables.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ variables:
88
value: -j https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/benchmarks.json.json
99
- name: multiQueryJobs
1010
value: -j https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/benchmarks.multiquery.json
11-
- name: httpClientJobs
12-
value: -j https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/HttpClient/Proxy/benchmarks.json
1311
- name: basicApiJobs
1412
value: --database MySql --jobs https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicApi/benchmarks.json
1513
- name: basicViewsJobs
@@ -85,8 +83,6 @@ variables:
8583
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/orchard.benchmarks.yml
8684
- name: containerMatrixJobs
8785
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/containers.benchmarks.yml
88-
- name: httpClientJobs
89-
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml
9086
- name: minimalJobs
9187
value: --config https://github.com/aspnet/Benchmarks/blob/main/src/BenchmarksApps/TechEmpower/Minimal/minimal.benchmarks.yml?raw=true
9288
- name: blazorSsrJobs

src/BenchmarksApps/HttpClient/Proxy/benchmarks.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)