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 932d467 commit 3cc2fd7Copy full SHA for 3cc2fd7
.github/workflows/benchmark.yml
@@ -33,7 +33,7 @@ jobs:
33
tool: cargo-codspeed
34
35
- name: Build benchmark
36
- run: cargo codspeed build --features codspeed
+ run: cargo codspeed build --measurement-mode=walltime --features codspeed
37
- name: Upload benchmark
38
uses: actions/upload-artifact@v4
39
with:
0 commit comments