File tree Expand file tree Collapse file tree 3 files changed +4
-24
lines changed
src/BenchmarksApps/HttpClient/Proxy Expand file tree Collapse file tree 3 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ parameters:
11
11
type : string
12
12
default : ' true'
13
13
14
+ variables :
15
+ - name : httpClientJobs
16
+ value : --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml
17
+
14
18
- name : getScenarios
15
19
type : object
16
20
default :
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ variables:
8
8
value : -j https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/Benchmarks/benchmarks.json.json
9
9
- name : multiQueryJobs
10
10
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
13
11
- name : basicApiJobs
14
12
value : --database MySql --jobs https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicApi/benchmarks.json
15
13
- name : basicViewsJobs
@@ -85,8 +83,6 @@ variables:
85
83
value : --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/orchard.benchmarks.yml
86
84
- name : containerMatrixJobs
87
85
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
90
86
- name : minimalJobs
91
87
value : --config https://github.com/aspnet/Benchmarks/blob/main/src/BenchmarksApps/TechEmpower/Minimal/minimal.benchmarks.yml?raw=true
92
88
- name : blazorSsrJobs
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments