projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b10271
)
Remove benchmark comment.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 7 Oct 2004 22:51:13 +0000
(22:51 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 7 Oct 2004 22:51:13 +0000
(22:51 +0000)
src/test/bench/runwisc.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/test/bench/runwisc.sh
b/src/test/bench/runwisc.sh
index fdbd0ddb90ce5315eb8324c2b26931fc8b5ee2fc..2e93aa593a4cc86674a869ce04702991ebff099c 100755
(executable)
--- 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