diff --git a/Makefile b/Makefile index b4fbed4..38f0a23 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,10 @@ build: test: cargo test +.PHONY: bench +bench: + rustup run nightly cargo bench -F nightly + .PHONY: fmt fmt: cargo fmt