diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-06-01 19:49:44 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-06-01 19:49:44 +0000 |
| commit | 265b7ce4f932df91dd1a3bd4750216763a63ce6c (patch) | |
| tree | 96ee701f164bd05be1305582c760e8cd30e6cf5a /bin | |
| parent | 0c1b29f3c9055c211a70e0efbdc94fbcdeff5ddc (diff) | |
removed pause in search test
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7767 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/searchtest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/searchtest.sh b/bin/searchtest.sh index 1a67964eb..3a40ed6bf 100755 --- a/bin/searchtest.sh +++ b/bin/searchtest.sh @@ -6,6 +6,7 @@ for N in `cat $1`; do echo search for $N: ./localsearch.sh $N > /dev/null C=$(($C+1)) + #sleep 1 done T=`date "+%s"` echo runtime = $(($T-$S)) seconds, count = $C, time per query = $((1000*($T-$S)/$C)) milliseconds |
