aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-05-23 10:36:23 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-05-23 10:40:09 -0600
commit06b01dbb67dde581977db43d0b36c19251f83af4 (patch)
treec2f5272525bb44a96097f5b0c7ea398856ca8f40 /Makefile
parentFix freelist allocate(). (diff)
downloaddedo-06b01dbb67dde581977db43d0b36c19251f83af4.tar.gz
dedo-06b01dbb67dde581977db43d0b36c19251f83af4.tar.xz
Remove allocations from read-only buckets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)