Skip to content

Commit 87a1da4

Browse files
chore: update Makefile
- add hyperfine benchmark command
1 parent 6e5e76d commit 87a1da4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: all clean test build run nix docker-build docker-run docker-exec docker-stop docker-rm
1+
.PHONY: all clean test build run nix docker-build docker-run docker-exec docker-stop docker-rm benchmark
22

33
OCI_IMAGE := ghcr.io/nooneknowspeter/cpplings:main
44

@@ -22,4 +22,6 @@ format:
2222
treefmt
2323
lint:
2424
treefmt --ci --config-file treefmt.lint.toml
25+
benchmark:
26+
hyperfine -i "zig build cli"
2527

0 commit comments

Comments
 (0)