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 2d3c043 commit ebd4f92Copy full SHA for ebd4f92
.github/workflows/ci.yml
@@ -92,13 +92,13 @@ jobs:
92
93
- name: Run benchmarks with tinybench-plugin
94
if: matrix.skip-tinybench != true
95
- uses: CodSpeedHQ/action@feat/node-script
+ uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core
96
with:
97
run: pnpm --filter ${{ matrix.example }} bench-tinybench
98
env:
99
CODSPEED_SKIP_UPLOAD: true
100
- name: Run benchmarks with benchmark.js-plugin
101
102
103
run: pnpm --filter ${{ matrix.example }} bench-benchmark-js
104
0 commit comments