summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-12-15 12:32:59 -0500
committerRuss Cox <rsc@golang.org>2011-12-15 12:32:59 -0500
commit5d67f23c91efb5d9b736d93f2e43107f1265f5b2 (patch)
tree375c975ee95b4b3dc350ea66b4832209199db8be /src/clean.bash
parenta28969a9371432c7858d04f2eb8cbfea41cae0c8 (diff)
downloadgo-5d67f23c91efb5d9b736d93f2e43107f1265f5b2.tar.gz
test/bench/go1: first draft of Go 1 benchmark suite
I have included a few important microbenchmarks, but the overall intent is to have mostly end-to-end benchmarks timing real world operations. The jsondata.go file is a summary of agl's activity in various open source repositories. It gets used as test data for many of the benchmarks. Everything links into one binary (even the test data) so that it is easy to run the benchmarks on many computers: there is just one file to copy around. R=golang-dev, r, bradfitz, adg, r CC=golang-dev http://codereview.appspot.com/5484071
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 98e1b944a..4930c2533 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \
../misc/cgo/life ../misc/cgo/test \
../misc/dashboard/builder ../misc/goplay\
../doc/codelab/wiki\
- ../test/bench/shootout ../test/bench/garbage
+ ../test/bench/shootout ../test/bench/garbage ../test/bench/go1
do
# Do not use gomake here. It may not be available.
$MAKE -C "$GOROOT/src/$i" clean