Skip to content

Commit a78ea13

Browse files
ci: disable walltime
1 parent 2b6afb9 commit a78ea13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
include:
5757
- codspeed-mode: "instrumentation"
5858
runner: "ubuntu-latest"
59-
- codspeed-mode: "walltime"
60-
runner: "codspeed-macro"
59+
# - codspeed-mode: "walltime"
60+
# runner: "codspeed-macro"
6161
- codspeed-mode: "off"
6262
runner: "ubuntu-latest"
6363
runs-on: ${{ matrix.runner }}
@@ -96,8 +96,8 @@ jobs:
9696
include:
9797
- codspeed-mode: "instrumentation"
9898
runner: "ubuntu-latest"
99-
- codspeed-mode: "walltime"
100-
runner: "codspeed-macro"
99+
# - codspeed-mode: "walltime"
100+
# runner: "codspeed-macro"
101101
- codspeed-mode: "off"
102102
runner: "ubuntu-latest"
103103
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)