diff --git a/Makefile b/Makefile index b3ac335..408f616 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ lint: go-test: go test + bench: go test -bench . -benchmem