From 0d6476afe240986184ada25e5a268e8ca0905d97 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 1 Apr 2025 23:34:02 +0300 Subject: add benchmark --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3