mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Remove -B from wisconsin test.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# Note that in our published benchmark numbers, we executed the command in the
|
||||||
# following fashion:
|
# following fashion:
|
||||||
@@ -19,4 +19,4 @@ echo =============== vacuuming benchmark database... =================
|
|||||||
echo "vacuum" | postgres -D${1} -Q bench > /dev/null
|
echo "vacuum" | postgres -D${1} -Q bench > /dev/null
|
||||||
|
|
||||||
echo =============== running benchmark... =================
|
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
|
||||||
|
Reference in New Issue
Block a user