From 5cb6d272881640d040deb97f74cc8f486e838c19 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Wed, 12 Mar 2025 16:51:28 +0800 Subject: [PATCH] Add bench test to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3efdba9..f7a8532 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,5 @@ lint_install: test: go build -v . + go test -bench=. ./internal/checksum_test #go test -v .