We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c256d commit 5f82a19Copy full SHA for 5f82a19
Makefile
@@ -3,8 +3,8 @@ features := elliptic lambert_w no_std std
3
.PHONY: all
4
all: check test
5
6
-.PHONY: benchmark
7
-benchmark:
+.PHONY: bench
+bench:
8
cargo +nightly bench --all-features
9
10
.PHONY: check
0 commit comments