Skip to content

Commit b595513

Browse files
committed
Only include 'release' config in Benchmarks.yml
1 parent 3aaa230 commit b595513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
hypervisor: [hyperv, mshv, kvm] # hyperv is windows, mshv and kvm are linux
2121
cpu: [amd, intel]
22-
config: [debug, release]
22+
config: [release] # don't want to benchmark debug-builds
2323

2424
runs-on: ${{ fromJson(format('["self-hosted", "{0}", "X64", "1ES.Pool=hld-{1}-{2}"]', matrix.hypervisor == 'hyperv' && 'Windows' || 'Linux', matrix.hypervisor == 'hyperv' && 'win2022' || matrix.hypervisor, matrix.cpu)) }}
2525

0 commit comments

Comments
 (0)