-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: ASV frame_ctor benchmark #18499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello @mroeschke! Thanks for updating the PR.
Comment last updated on November 26, 2017 at 03:26 Hours UTC |
Also, I am skeptical that Contructing a DataFrame from this dict of Timestamps with offsets/flaots is pretty constant regardless of offset at n=100.
The reason why the benchmark above is different is because there's logic to change n depending on the offset to avoid out-of-bounds timestamps. |
Codecov Report
@@ Coverage Diff @@
## master #18499 +/- ##
==========================================
+ Coverage 91.3% 91.32% +0.02%
==========================================
Files 163 163
Lines 49781 49781
==========================================
+ Hits 45451 45463 +12
+ Misses 4330 4318 -12
Continue to review full report at Codecov.
|
thanks, can you open an issue about the freq benchmarks. |
Added
np.random.seed(1234)
in setup classes where random data is created xref BENCH: put in np.random.seed on vbenches #8144Ran flake8 and replaced star imports (but
from pandas.core.datetools import *
might need to be kept for compat?)time_frame_ctor_nested_dict_int64
was usingself.data
instead ofself.data2
Moved the class
frame_get_numeric_data
toframe_methods.py
The supposed offsets benchmark failures do not show up when running asv dev?