From c29be5792029f0c47e54f6a1b49f1a49a93085f4 Mon Sep 17 00:00:00 2001
From: Arne Goedeke <el@laramies.com>
Date: Wed, 9 Oct 2013 16:35:02 +0200
Subject: [PATCH] benchmark: the startup overhead does not contribute

---
 lib/modules/Tools.pmod/Shoot.pmod/module.pmod | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/modules/Tools.pmod/Shoot.pmod/module.pmod b/lib/modules/Tools.pmod/Shoot.pmod/module.pmod
index ac166fdec7..94f169ac96 100644
--- a/lib/modules/Tools.pmod/Shoot.pmod/module.pmod
+++ b/lib/modules/Tools.pmod/Shoot.pmod/module.pmod
@@ -37,7 +37,6 @@ void run_sub( Test test, int maximum_seconds, float overhead)
         if (tg >= maximum_seconds) break;
     }
 
-    tg -= overhead  * nloops;
     norm = (int)(testntot/tg);
 
     string res = (test->present_n ?
-- 
GitLab