summaryrefslogtreecommitdiffstats
path: root/fbench/util/pretest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/util/pretest.sh')
-rwxr-xr-xfbench/util/pretest.sh15
1 files changed, 1 insertions, 14 deletions
diff --git a/fbench/util/pretest.sh b/fbench/util/pretest.sh
index 315a8019987..756a72e7c5f 100755
--- a/fbench/util/pretest.sh
+++ b/fbench/util/pretest.sh
@@ -3,21 +3,8 @@
#
# This script will be run by the 'runtests.sh' script before
-# each individual test run. It will typically use the 'geturl'
-# program to clear the fsearch and fdispatch caches.
-#
+# each individual test run.
# do not produce any output, log error messages to 'pretest.err'
exec > /dev/null 2>>pretest.err
-#
-# Clear fsearch and fdispatch caches. hostX and portX should be
-# replaced with real host names and port numbers referring to the http
-# daemons of the fsearch and fdispatch programs you are benchmarking.
-#
-#bin/geturl host1 port1 "/admin?command=clear_caches"
-#bin/geturl host2 port2 "/admin?command=clear_caches"
-#bin/geturl host3 port3 "/admin?command=clear_caches"
-#bin/geturl host4 port4 "/admin?command=clear_caches"
-#bin/geturl host5 port5 "/admin?command=clear_caches"
-#...