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
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

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