diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile index dc8bb1f..c453239 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.PHONY: cover lint test +.PHONY: benchmark cover lint test + +benchmark: + go test -bench=. cover: go tool cover -html=cover.out |