aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-02-09 13:33:00 -0800
committerRuss Cox <rsc@golang.org>2010-02-09 13:33:00 -0800
commitd3be2e3e0a2a2aa318689bd8dda2a9ca3db60092 (patch)
tree1bfec7cfb743b9a2e5c5fad5ab6b369b2f037fea /src/pkg/Makefile
parent96476b4c3ed246d2840296d647cd5d68cd35c0af (diff)
downloadgo-d3be2e3e0a2a2aa318689bd8dda2a9ca3db60092.tar.xz
add simple garbage collector benchmarks to dashboard
R=agl1 CC=golang-dev https://golang.org/cl/207043
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index f057769ec4..7130c66e64 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -169,7 +169,7 @@ install: install.dirs
test: test.dirs
-bench: bench.dirs
+bench: bench.dirs ../../test/garbage.bench
nuke: nuke.dirs
rm -rf "$(GOROOT)"/pkg/*