Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bd5cf46

Browse files
committed
Remove -B from wisconsin test.
1 parent 7e14593 commit bd5cf46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/bench/runwisc.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/bench/Attic/runwisc.sh,v 1.3 1999/04/16 06:31:13 ishii Exp $
2+
# $Header: /cvsroot/pgsql/src/test/bench/Attic/runwisc.sh,v 1.4 1999/05/23 18:53:30 momjian Exp $
33
#
44
# Note that in our published benchmark numbers, we executed the command in the
55
# following fashion:
@@ -19,4 +19,4 @@ echo =============== vacuuming benchmark database... =================
1919
echo "vacuum" | postgres -D${1} -Q bench > /dev/null
2020

2121
echo =============== running benchmark... =================
22-
time postgres -D${1} -B 256 -texecutor -tplanner -Q bench < bench.sql
22+
time postgres -D${1} -texecutor -tplanner -Q bench < bench.sql

0 commit comments

Comments
 (0)