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 6e0fbb1 commit fd3e604Copy full SHA for fd3e604
.github/workflows/bench-pr.yml
@@ -60,7 +60,7 @@ jobs:
60
61
cargo criterion \
62
--bench ${{ matrix.benchmark.id }} \
63
- --features mimalloc
+ --features mimalloc \
64
--message-format=json \
65
> ${{ matrix.benchmark.id }}-raw.json
66
.github/workflows/bench.yml
@@ -65,7 +65,7 @@ jobs:
67
68
69
70
71
0 commit comments