Skip to content

Commit

Permalink
chore: fix just benchmark (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Nov 13, 2024
1 parent ebc6c36 commit ed9208d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ doc:
codecov:
cargo codecov --html

# Run the benchmarks. See `tasks/benchmark`
# Run the benchmarks.
benchmark:
cargo benchmark
cargo bench

# Run cargo-fuzz
fuzz:
Expand Down

0 comments on commit ed9208d

Please # to comment.