Add bench test to makefile

This commit is contained in:
wwqgtxx
2025-03-12 16:51:28 +08:00
committed by 世界
parent 9105485a50
commit 5cb6d27288

View File

@@ -29,4 +29,5 @@ lint_install:
test:
go build -v .
go test -bench=. ./internal/checksum_test
#go test -v .