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

Benchmarks: return the mean time instead of total time

parent 601e8203
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ timeFunction( ComputeFunction compute, ...@@ -71,7 +71,7 @@ timeFunction( ComputeFunction compute,
timer.stop(); 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.
Please register or to comment