From 06b01dbb67dde581977db43d0b36c19251f83af4 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 23 May 2014 10:36:23 -0600 Subject: Remove allocations from read-only buckets. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67635ae..3fec2c7 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ BRANCH=`git rev-parse --abbrev-ref HEAD` COMMIT=`git rev-parse --short HEAD` GOLDFLAGS="-X main.branch $(BRANCH) -X main.commit $(COMMIT)" +default: build + bench: go test -v -test.run=NOTHINCONTAINSTHIS -test.bench=$(BENCH) -- cgit v1.2.3