Skip to content
Snippets Groups Projects
Commit fb97bcd0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Benchmarks: return the mean time instead of total time

parent 726cf4b1
No related branches found
No related tags found
1 merge request!8Distributed linear solvers
......@@ -71,7 +71,7 @@ timeFunction( ComputeFunction compute,
timer.stop();
}
return timer.getRealTime();
return timer.getRealTime() / loops;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment