Skip to content

Commit

Permalink
Add bench target in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Nov 4, 2024
1 parent 3fce675 commit b57487f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ build:
test:
cargo test

.PHONY: bench
bench:
rustup run nightly cargo bench -F nightly

.PHONY: fmt
fmt:
cargo fmt
Expand Down

0 comments on commit b57487f

Please sign in to comment.