We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0a744 commit 368acb5Copy full SHA for 368acb5
1 file changed
.github/workflows/codspeed.yml
@@ -137,6 +137,8 @@ jobs:
137
working-directory: examples/with-electron-and-walltime
138
run: pnpm --filter @mail-client-demo/electron build
139
140
+ - run: rustup toolchain install
141
+
142
- name: Run electron inbox e2e under codspeed
143
uses: CodSpeedHQ/action@main
144
env:
@@ -145,3 +147,4 @@ jobs:
145
147
146
148
run: xvfb-run -a pnpm bench:electron
149
mode: walltime
150
+ runner-version: branch:disable-jit-classification
0 commit comments