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 849b81d commit 045559dCopy full SHA for 045559d
1 file changed
.github/workflows/codspeed.yaml
@@ -45,8 +45,8 @@ jobs:
45
- run: |
46
cd client
47
cargo bench --workspace
48
- # - name: Upload benchmark results
49
- # uses: CodSpeedHQ/action@v4
50
- # with:
51
- # mode: walltime
52
- # run: cargo run --manifest-path common/wcodspeed/Cargo.toml client/target/jbg_benchmark.json
+ - name: Upload benchmark results
+ uses: CodSpeedHQ/action@v4
+ with:
+ mode: walltime
+ run: cargo run --manifest-path common/wcodspeed/Cargo.toml client/target/jbg_benchmark.json
0 commit comments