Skip to content

Commit a2323f1

Browse files
authored
ci: lower Codspeed CUDA runner CPU count (vortex-data#8130)
## Summary - keep CUDA Codspeed benchmarks on g5 runners - request 8 CPU cores for the GPU runner Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent 87273dc commit a2323f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
- { shard: 3, name: "Standalone kernels", benches: "alp_cuda date_time_parts_cuda dict_cuda fsst_cuda runend_cuda" }
7777
name: "Benchmark with Codspeed (CUDA Shard #${{ matrix.shard }} - ${{ matrix.name }})"
7878
timeout-minutes: 30
79-
runs-on: runs-on=${{ github.run_id }}/family=g5/image=ubuntu24-gpu-x64/tag=bench-codspeed-cuda-${{ matrix.shard }}
79+
runs-on: >-
80+
runs-on=${{ github.run_id }}/family=g5/cpu=8/image=ubuntu24-gpu-x64/tag=bench-codspeed-cuda-${{ matrix.shard }}
8081
steps:
8182
- uses: runs-on/action@v2
8283
with:

0 commit comments

Comments
 (0)