diff options
| author | Rob Pike <r@golang.org> | 2009-08-09 14:31:05 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2009-08-09 14:31:05 -0700 |
| commit | 266a2c47e0a0948349d9487b7fba6d7f797184bc (patch) | |
| tree | 415cf3a536be793b4d30211c95e66d3bf5069557 /src/run.bash | |
| parent | 812f06b3ca425d26ea18f02dd7392a72be4f3eda (diff) | |
| download | go-266a2c47e0a0948349d9487b7fba6d7f797184bc.tar.xz | |
run benchmarks in a relatively fast test mode, as part of run.bash/all.bash
R=rsc
DELTA=293 (224 added, 0 deleted, 69 changed)
OCL=32917
CL=32944
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index 3801e4a61f..0210d9fb91 100755 --- a/src/run.bash +++ b/src/run.bash @@ -53,6 +53,10 @@ time make test time ./run ) || exit $? +(xcd ../test/bench +./timing.sh -test +) || exit $? + (xcd ../test ./run ) || exit $? |
