You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found it non trivial to do benchmarking using timeit , which isnt the most accurate approach by likely good enough for decisions on this util. This is my current attempt, which I am certain is wrong as I think I need to restore sys.stdout after each run:
I've found it non trivial to do benchmarking using
timeit
, which isnt the most accurate approach by likely good enough for decisions on this util. This is my current attempt, which I am certain is wrong as I think I need to restore sys.stdout after each run:Would be good if we can make that a little easier.
Also I need to read the CSV in the setup, and avoid the JSON write, as those parts of the process are drowning out the other performance issues.
The text was updated successfully, but these errors were encountered: