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
BENCH: asv csv reading benchmarks no longer read StringIO objects off the end
* benchmarks for read_csv() now properly rewind StringIO objects prior to
reading them in; previously, all iterations of an asv repeat timing run
would read in no data because the StringIO object was pointing to its end after
the first iteration--setup() only runs between repeats, not iterations within
repeats of timeit
0 commit comments