diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-05-23 10:36:23 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-05-23 10:40:09 -0600 |
commit | 06b01dbb67dde581977db43d0b36c19251f83af4 (patch) | |
tree | c2f5272525bb44a96097f5b0c7ea398856ca8f40 /Makefile | |
parent | Fix freelist allocate(). (diff) | |
download | dedo-06b01dbb67dde581977db43d0b36c19251f83af4.tar.gz dedo-06b01dbb67dde581977db43d0b36c19251f83af4.tar.xz |
Remove allocations from read-only buckets.
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) |