diff options
| author | Ben Johnson <benbjohnson@yahoo.com> | 2014-05-27 08:28:06 -0600 |
|---|---|---|
| committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-05-27 08:28:06 -0600 |
| commit | 746dbb35662b9509675e5fcaef16da0f6a50bb6b (patch) | |
| tree | b4babe3723366ced308e32782b1235165fbac8f1 /Makefile | |
| parent | Avoid trashing page cache on Tx.Copy(). (diff) | |
| parent | Merge pull request #172 from benbjohnson/allocation (diff) | |
| download | dedo-746dbb35662b9509675e5fcaef16da0f6a50bb6b.tar.gz dedo-746dbb35662b9509675e5fcaef16da0f6a50bb6b.tar.xz | |
Merge branch 'master' of https://github.com/boltdb/bolt
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
