Skip to content

Commit 1e15098

Browse files
Remove walltime benchmarking for now
Ran out of free minutes and need to wait to set up custom github action runner to re-enable.
1 parent db11712 commit 1e15098

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
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
# Run on codspeed for walltime and ubuntu for instrumenentation
56-
runner: [ codspeed-macro, ubuntu-latest ]
56+
runner: [ ubuntu-latest ] # codspeed-macro, disable for now till we set up custom runner for more minutes
5757
steps:
5858
- uses: actions/checkout@v5
5959
- name: Set up Python

0 commit comments

Comments
 (0)