We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6afb9 commit af3fe97Copy full SHA for af3fe97
.github/workflows/ci.yml
@@ -56,10 +56,10 @@ jobs:
56
include:
57
- codspeed-mode: "instrumentation"
58
runner: "ubuntu-latest"
59
- - codspeed-mode: "walltime"
60
- runner: "codspeed-macro"
61
- - codspeed-mode: "off"
62
- runner: "ubuntu-latest"
+ # - codspeed-mode: "walltime"
+ # runner: "codspeed-macro"
+ # - codspeed-mode: "off"
+ # runner: "ubuntu-latest"
63
runs-on: ${{ matrix.runner }}
64
steps:
65
- name: Checkout code
@@ -96,8 +96,8 @@ jobs:
96
97
98
99
100
101
- codspeed-mode: "off"
102
103
0 commit comments