Skip to content

Commit a54fc35

Browse files
authored
Add HttpClient Intel Windows to CI benchmarks (#2007)
* Update benchmarks.matrix.02.yml * Update benchmarks-ci-02.yml
1 parent 22e22b1 commit a54fc35

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

build/benchmarks-ci-02.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,4 +409,17 @@ jobs:
409409
connection: ASP.NET Benchmarks Queue 3
410410
arguments: "$(ciProfile) --profile intel-lin-app --profile amd-lin2-load "
411411

412+
# GROUP 11
412413

414+
- job: HttpClient_Intel_Windows
415+
displayName: 11- HttpClient Intel Windows
416+
pool: server
417+
timeoutInMinutes: 120
418+
dependsOn: [Crossgen_Intel_Windows, Crossgen_Amd_Linux, HttpClient_Intel_Linux]
419+
condition: succeededOrFailed()
420+
steps:
421+
- template: httpclient-scenarios.yml
422+
parameters:
423+
connection: ASP.NET Benchmarks Queue 1
424+
arguments: "$(ciProfile) --profile intel-win-app --profile amd-lin2-load "
425+

build/benchmarks.matrix.02.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,11 @@ groups:
220220
profiles:
221221
- intel-lin-app
222222
- amd-lin2-load
223+
224+
- jobs:
225+
226+
- name: HttpClient Intel Windows
227+
template: httpclient-scenarios.yml
228+
profiles:
229+
- intel-win-app
230+
- amd-lin2-load

0 commit comments

Comments
 (0)