10 Jun
2016
10 Jun
'16
1:47 p.m.
On Fri, Jun 10, 2016 at 6:13 AM, Victor Stinner <victor.stinner@gmail.com> wrote: The second result is a new perf module which includes all "tricks"
discovered in my research: compute average and standard deviation, spawn multiple worker child processes, automatically calibrate the number of outter-loop iterations, automatically pin worker processes to isolated CPUs, and more.
Apologies in advance if this is answered in one of the links you posted, but out of curiosity was geometric mean considered? In the compiler world this is a very common way of aggregating performance results. -- Meador