summaryrefslogtreecommitdiff
path: root/src/test/bench
diff options
context:
space:
mode:
authorBruce Momjian2004-10-07 22:51:13 +0000
committerBruce Momjian2004-10-07 22:51:13 +0000
commitb577fe1d569276014d889e52e01942997372271c (patch)
tree44a1dcfde685c85a66b3fa332d1d6f223cabd854 /src/test/bench
parent4b102710371c94525b480378a432f45aec104618 (diff)
Remove benchmark comment.
Diffstat (limited to 'src/test/bench')
-rwxr-xr-xsrc/test/bench/runwisc.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/test/bench/runwisc.sh b/src/test/bench/runwisc.sh
index fdbd0ddb90c..2e93aa593a4 100755
--- a/src/test/bench/runwisc.sh
+++ b/src/test/bench/runwisc.sh
@@ -1,11 +1,6 @@
#!/bin/sh
-# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.7 2004/10/07 19:37:16 momjian Exp $
-#
-# Note that in our published benchmark numbers, we executed the command in the
-# following fashion:
-#
-# time $POSTGRES -texecutor -tplanner -f hashjoin bench
-#
+# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.8 2004/10/07 22:51:13 momjian Exp $
+
if [ ! -d $1 ]; then
echo " you must specify a valid data directory " >&2
exit