Skip to content

Commit fd3e604

Browse files
authored
fix: broken CI benchmark commands (#2252)
1 parent 6e0fbb1 commit fd3e604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
cargo criterion \
6262
--bench ${{ matrix.benchmark.id }} \
63-
--features mimalloc
63+
--features mimalloc \
6464
--message-format=json \
6565
> ${{ matrix.benchmark.id }}-raw.json
6666

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
cargo criterion \
6767
--bench ${{ matrix.benchmark.id }} \
68-
--features mimalloc
68+
--features mimalloc \
6969
--message-format=json \
7070
> ${{ matrix.benchmark.id }}-raw.json
7171

0 commit comments

Comments
 (0)