aboutsummaryrefslogtreecommitdiff
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
commit6e8875551a0db770c5fbaaf4c126646f1709cab1 (patch)
treef956e5a0a49170b52dc1d00add3125bbad5fec1e /src/clean.bash
parentd10126a622d2e9010b5250d1bcec6acb51b4ce24 (diff)
downloadgo-6e8875551a0db770c5fbaaf4c126646f1709cab1.tar.gz
go-6e8875551a0db770c5fbaaf4c126646f1709cab1.zip
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 https://golang.org/cl/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 98e1b944af..4930c2533d 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