summaryrefslogtreecommitdiff
path: root/src/clean.bash
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
commitef991ed97b19c46207f9ab8f0cd3a6fc47c28c13 (patch)
treeb9344afe4e8f577987d99537fa489366cd3c169a /src/clean.bash
parent5a0e5bbb1ed3016382ee64cba44e604575d7dbae (diff)
downloadgo-ef991ed97b19c46207f9ab8f0cd3a6fc47c28c13.tar.gz
add simple garbage collector benchmarks to dashboard
R=agl1 CC=golang-dev http://codereview.appspot.com/207043
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clean.bash b/src/clean.bash
index 90bad1f5f..567e6e319 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -16,7 +16,7 @@ rm -rf "$GOROOT"/pkg/${GOOS}_$GOARCH
rm -f "$GOROOT"/lib/*.a
for i in lib9 libbio libcgo libmach cmd pkg \
../misc/cgo/gmp ../misc/cgo/stdio \
- ../test/bench
+ ../test/bench ../test/garbage
do(
cd "$GOROOT"/src/$i || exit 1
if test -f clean.bash; then