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
In the frame_ctor.py benchmark, FromDictwithTimestampOffset which perform a lot of setup just to benchmark a dict of Timestamp keys (with an offset) and float values. Given that it's the longest benchmark to run (xref #16803), I'd be great if this benchmark can be cut down to just test one offset.
For example, contructing a DataFrame from this dict of Timestamps with offsets/floats is pretty constant regardless of offset at n=100.
Reference
In the
frame_ctor.py
benchmark,FromDictwithTimestampOffset
which perform a lot of setup just to benchmark a dict of Timestamp keys (with an offset) and float values. Given that it's the longest benchmark to run (xref #16803), I'd be great if this benchmark can be cut down to just test one offset.For example, contructing a DataFrame from this dict of Timestamps with offsets/floats is pretty constant regardless of offset at n=100.
The text was updated successfully, but these errors were encountered: