Skip to content

Commit b1c5926

Browse files
chore: switch over codspeed runner (#6819)
Using a new instance type for codspeed runners, there seems to be no change in reported perf. --------- Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 51d30c5 commit b1c5926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ jobs:
732732
timeout-minutes: 120
733733
runs-on: >-
734734
${{ github.repository == 'vortex-data/vortex'
735-
&& format('runs-on={0}/runner=intel-bench/tag=bench-codspeed-{1}', github.run_id, matrix.shard)
735+
&& format('runs-on={0}/runner=amd64-small/tag=bench-codspeed-{1}', github.run_id, matrix.shard)
736736
|| 'ubuntu-latest' }}
737737
steps:
738738
- uses: runs-on/action@v2

0 commit comments

Comments
 (0)