aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-05-27 08:28:06 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-05-27 08:28:06 -0600
commit746dbb35662b9509675e5fcaef16da0f6a50bb6b (patch)
treeb4babe3723366ced308e32782b1235165fbac8f1 /Makefile
parentAvoid trashing page cache on Tx.Copy(). (diff)
parentMerge pull request #172 from benbjohnson/allocation (diff)
downloaddedo-746dbb35662b9509675e5fcaef16da0f6a50bb6b.tar.gz
dedo-746dbb35662b9509675e5fcaef16da0f6a50bb6b.tar.xz
Merge branch 'master' of https://github.com/boltdb/bolt
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)