bench.sh: don't run tests twice
authorBrian Norris <banorris@uci.edu>
Thu, 28 Feb 2013 18:32:18 +0000 (10:32 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 28 Feb 2013 18:32:18 +0000 (10:32 -0800)
Now that we don't print so much garbage by default, we don't need to run
our tests twice (once with log and once without).

bench.sh

index e7efc6dceb72cdd9e016c059010e9259ae017696..71fff6567935bde2732ee29b9ecc3af2aea032b5 100755 (executable)
--- a/bench.sh
+++ b/bench.sh
@@ -44,15 +44,6 @@ function run_test {
        echo
        echo "Test done; sleeping for a few seconds"
        echo
-       sleep 3
-
-       echo "*******************************"
-       echo "Re-running test for timing data"
-       echo "*******************************"
-       (time ${RUN} ${t} ${ARGS} > /dev/null 2>&1) 2>&1
-       echo
-       echo "Test done; sleeping for a few seconds"
-       echo
 
        let COUNT++
 }