diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-01 23:34:02 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-01 23:34:02 +0300 |
| commit | 0d6476afe240986184ada25e5a268e8ca0905d97 (patch) | |
| tree | 1bd015f2165d46b6c8e94538250a3b58c40d9852 /Makefile | |
| parent | 89963d22c7e144e063b2ded76db264b759c8ded3 (diff) | |
add benchmark
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
