From 1cfff06fd3e6941fa90ed54de27183062ddb1a6a Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 28 Feb 2013 10:32:18 -0800 Subject: [PATCH] bench.sh: don't run tests twice 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 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bench.sh b/bench.sh index e7efc6d..71fff65 100755 --- 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++ } -- 2.34.1