Skip to content
Snippets Groups Projects
Commit c29be579 authored by Arne Goedeke's avatar Arne Goedeke
Browse files

benchmark: the startup overhead does not contribute

parent aa926202
No related branches found
No related tags found
No related merge requests found
......@@ -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 ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment