-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
CLN: cleanup bench / scripts #13704
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
+1 for a clean-up. I think we can also remove the For the I also want to clean-up the auto-converted asv bench (now a lot of duplicated setup things, which makes it difficult to get an overview of that) |
Also the Do you actually use the |
yes |
wiki needs to be updated also: |
I already did part of this locally, but removing it from 0.19.0 milestone as it is not a blocker |
Uh oh!
There was an error while loading. Please reload this page.
now that we removed
sandbox
in #13670, some scripts remain that use this.bench
sub-dir, taking care if we don't have asv's for anything there (I think we do but need to check). (PR CLN/COMPAT: for various py2/py3 in doc/bench scripts #16984)scripts
dir, we can blow windows_builder (PR CLN/COMPAT: for various py2/py3 in doc/bench scripts #16984)scripts
dir, we can blow away most of these with the exception of:api_rst_coverage.py
,find_undoc_args.py
,merge-py.py
,find_commits_touching_func.py
, again checking for any benchmark scripts and make sure we have asv.scripts
that documents purpose of these scriptsmovepandas/build_dist.sh
andpandas/release_stats.sh
toscripts
(need to updat e commit checklist though and slightly modify).removepandas/test_perf.sh
andpandas/Makefile
The text was updated successfully, but these errors were encountered: