Skip to content

Commit e9ef6fa

Browse files
committed
Add running benchmarks on mshv3
Signed-off-by: Simon Davies <[email protected]>
1 parent 851cd84 commit e9ef6fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
hypervisor: [hyperv, mshv, kvm] # hyperv is windows, mshv and kvm are linux
20+
hypervisor: [hyperv, mshv, mshv3, kvm] # hyperv is windows, mshv and kvm are linux
2121
cpu: [amd, intel]
2222
config: [release] # don't want to benchmark debug-builds
2323

24-
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)) }}
24+
runs-on: ${{ fromJson(format('["self-hosted", "{0}", "X64", "1ES.Pool=hld-{1}-{2}"]', matrix.hypervisor == 'hyperv' && 'Windows' || 'Linux', matrix.hypervisor == 'hyperv' && 'win2022' || matrix.hypervisor == 'mshv3' && 'azlinux3-mshv' || matrix.hypervisor, matrix.cpu)) }}
2525

2626
steps:
2727
### Setup ###
@@ -67,7 +67,7 @@ jobs:
6767
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: Run Benchmarks
70-
run: just bench-ci main release
70+
run: just bench-ci main release ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
7171

7272
- uses: actions/upload-artifact@v4
7373
with:

0 commit comments

Comments
 (0)