From ab2c24bc5ebbb01e9879144fdbc900bd1c6f10f4 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 20 Jun 2015 22:12:55 -0400 Subject: [PATCH] add benchmem to make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2302ee6..b9d19ac 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,6 @@ lint: go-test: go test bench: - go test -bench . + go test -bench . -benchmem .PHONY: lint test