diff options
| author | Russ Cox <rsc@golang.org> | 2010-02-09 13:33:00 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-02-09 13:33:00 -0800 |
| commit | d3be2e3e0a2a2aa318689bd8dda2a9ca3db60092 (patch) | |
| tree | 1bfec7cfb743b9a2e5c5fad5ab6b369b2f037fea /src/pkg/Makefile | |
| parent | 96476b4c3ed246d2840296d647cd5d68cd35c0af (diff) | |
| download | go-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/Makefile | 2 |
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/* |
