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 45ee41f commit a4ab1f2Copy full SHA for a4ab1f2
.github/workflows/bench_rspack_commit.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
path: ${{ env.RSPACK_DIR }}
39
- name: Run benchmark
40
- run: node bin/cli.js bench --shard ${{ matrix.shardIndex }}/${{ smatrix.shardTotal }}
+ run: node bin/cli.js bench --shard ${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
41
- uses: actions/upload-artifact@v4
42
43
name: benchmark-artifacts-${{ matrix.shardIndex }}-${{ matrix.shardTotal }}
0 commit comments