From 3b69989ce2313ddb05dad05350ad4e33bb69c08b Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 30 Mar 2013 17:41:07 -0500 Subject: [PATCH] Flush dirty buffers from setup before starting benchmark --- bench | 1 + 1 file changed, 1 insertion(+) diff --git a/bench b/bench index fdc4ac4..5e79b84 100755 --- a/bench +++ b/bench @@ -58,6 +58,7 @@ else ( log "Preparing test: ${test}" . "${testfile}" setup + sync log "$(stopwatch run start)" run; result=$? log "$(stopwatch run stop) Test result ${result}" -- 2.42.0