diff --git a/Makefile b/Makefile index d5e850e..2302ee6 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,7 @@ lint: go-test: go test +bench: + go test -bench . .PHONY: lint test