summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-01 23:34:02 +0300
committerPaul Buetow <paul@buetow.org>2025-04-01 23:34:02 +0300
commit0d6476afe240986184ada25e5a268e8ca0905d97 (patch)
tree1bd015f2165d46b6c8e94538250a3b58c40d9852 /Makefile
parent89963d22c7e144e063b2ded76db264b759c8ded3 (diff)
add benchmark
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8f7c1c..7ed7e95 100644
--- a/Makefile
+++ b/Makefile
@@ -75,4 +75,8 @@ prof:
.PHONY: test
test:
$(GO) clean -testcache
- $(GO) test ./... -v
+ $(GO) test ./... -v
+
+.PHONY: bench
+bench:
+ $(GO) test ./... -v -bench=. -run xxx