Skip to content

Commit

Permalink
Fix aspnet-gold profile reference in framework benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored Oct 9, 2024
1 parent f106943 commit 210d1b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/benchmarks-ci-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ jobs:
- template: frameworks-database-scenarios.yml
parameters:
connection: ASP.NET Benchmarks Mono Queue
arguments: "$(ciProfile) --profile intel-gold-lin "
arguments: "$(ciProfile) --profile aspnet-gold-lin "

# GROUP 10

Expand Down Expand Up @@ -527,7 +527,7 @@ jobs:
- template: frameworks-scenarios.yml
parameters:
connection: ASP.NET Benchmarks Mono Queue
arguments: "$(ciProfile) --profile intel-gold-lin "
arguments: "$(ciProfile) --profile aspnet-gold-lin "

# GROUP 11

Expand Down
4 changes: 2 additions & 2 deletions build/benchmarks.matrix.01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ groups:
- name: Frameworks Database Intel Gold Linux
template: frameworks-database-scenarios.yml
profiles:
- intel-gold-lin
- aspnet-gold-lin

- jobs:

Expand All @@ -274,7 +274,7 @@ groups:
- name: Frameworks Intel Gold Linux
template: frameworks-scenarios.yml
profiles:
- intel-gold-lin
- aspnet-gold-lin

- jobs:

Expand Down

0 comments on commit 210d1b8

Please # to comment.