Message164070
In #5442, I proposed leaving the architecture of the module alone, and simply exposing the main module functionality as a high level helper function:
def measure(stmt="pass", setup="pass", timer=default_timer,
repeat=default_repeat, number=default_number,
verbosity=0, precision=3)
The return value would simply be a (number, results) 2-tuple with the number of iterations per test (which may have been calculated automatically), and then a list of the results. To get "timeit" style behavior, simply set "repeat=1". |
|
Date |
User |
Action |
Args |
2012-06-26 12:37:40 | ncoghlan | set | recipients:
+ ncoghlan, rhettinger, scott_daniels, amaury.forgeotdarc, pitrou, eric.araujo, tshepang |
2012-06-26 12:37:40 | ncoghlan | set | messageid: <1340714260.59.0.11027008172.issue6422@psf.upfronthosting.co.za> |
2012-06-26 12:37:40 | ncoghlan | link | issue6422 messages |
2012-06-26 12:37:39 | ncoghlan | create | |
|