diff options
| author | Russ Cox <rsc@golang.org> | 2011-12-13 17:46:54 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-12-13 17:46:54 -0500 |
| commit | bcbb2f93eebcde483291481b9f3d80077959c0be (patch) | |
| tree | b15f07d30250ec9083460f842b8709bb212c23d9 /src/run.bash | |
| parent | b1175bebd0d2aef604825287b60798fce448a5c4 (diff) | |
| download | go-bcbb2f93eebcde483291481b9f3d80077959c0be.tar.xz | |
test/bench: move to test/bench/shootout
R=golang-dev, r, gri, bradfitz
CC=golang-dev
https://golang.org/cl/5487067
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash index 64514bce62..5e27fc24f8 100755 --- a/src/run.bash +++ b/src/run.bash @@ -101,7 +101,7 @@ do done [ "$GOARCH" == arm ] || -(xcd ../test/bench +(xcd ../test/bench/shootout ./timing.sh -test ) || exit $? |
