We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5e76d commit 87a1da4Copy full SHA for 87a1da4
1 file changed
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: all clean test build run nix docker-build docker-run docker-exec docker-stop docker-rm
+.PHONY: all clean test build run nix docker-build docker-run docker-exec docker-stop docker-rm benchmark
2
3
OCI_IMAGE := ghcr.io/nooneknowspeter/cpplings:main
4
@@ -22,4 +22,6 @@ format:
22
treefmt
23
lint:
24
treefmt --ci --config-file treefmt.lint.toml
25
+benchmark:
26
+ hyperfine -i "zig build cli"
27
0 commit comments