We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e14593 commit bd5cf46Copy full SHA for bd5cf46
src/test/bench/runwisc.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-# $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 $
3
#
4
# Note that in our published benchmark numbers, we executed the command in the
5
# following fashion:
@@ -19,4 +19,4 @@ echo =============== vacuuming benchmark database... =================
19
echo "vacuum" | postgres -D${1} -Q bench > /dev/null
20
21
echo =============== running benchmark... =================
22
-time postgres -D${1} -B 256 -texecutor -tplanner -Q bench < bench.sql
+time postgres -D${1} -texecutor -tplanner -Q bench < bench.sql
0 commit comments