diff options
author | Bruce Momjian | 1999-05-23 18:53:30 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-05-23 18:53:30 +0000 |
commit | bd5cf46e0c0e675c73871184405995a17c60d229 (patch) | |
tree | e05d160d7940842d137941176edf32f49713edab /src/test/bench | |
parent | 7e14593d2e29e1a11cbaf899d26b022d11a7a079 (diff) |
Remove -B from wisconsin test.
Diffstat (limited to 'src/test/bench')
-rwxr-xr-x | src/test/bench/runwisc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/bench/runwisc.sh b/src/test/bench/runwisc.sh index 8ddce2e3a69..8509320767d 100755 --- a/src/test/bench/runwisc.sh +++ b/src/test/bench/runwisc.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /cvsroot/pgsql/src/test/bench/Attic/runwisc.sh,v 1.3 1999/04/16 06:31:13 ishii Exp $ +# $Header: /cvsroot/pgsql/src/test/bench/Attic/runwisc.sh,v 1.4 1999/05/23 18:53:30 momjian Exp $ # # Note that in our published benchmark numbers, we executed the command in the # following fashion: @@ -19,4 +19,4 @@ echo =============== vacuuming benchmark database... ================= echo "vacuum" | postgres -D${1} -Q bench > /dev/null echo =============== running benchmark... ================= -time postgres -D${1} -B 256 -texecutor -tplanner -Q bench < bench.sql +time postgres -D${1} -texecutor -tplanner -Q bench < bench.sql |