Skip to content

Commit af3fe97

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
include:
5757
- codspeed-mode: "instrumentation"
5858
runner: "ubuntu-latest"
59-
- codspeed-mode: "walltime"
60-
runner: "codspeed-macro"
61-
- codspeed-mode: "off"
62-
runner: "ubuntu-latest"
59+
# - codspeed-mode: "walltime"
60+
# runner: "codspeed-macro"
61+
# - codspeed-mode: "off"
62+
# runner: "ubuntu-latest"
6363
runs-on: ${{ matrix.runner }}
6464
steps:
6565
- name: Checkout code
@@ -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)