Skip to content

POC: dynamically choose which asvs to run #40005

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

Closed
wants to merge 1 commit into from

Conversation

jbrockmendel
Copy link
Member

The main idea is in trim_asv_paths. Ideally it would be expanded to allow finer-tuning (e.g. #39917 would allow some more)

@jreback jreback added the Benchmark Performance (ASV) benchmarks label Feb 24, 2021
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance you've run this against currently open PRs?

if "setup.py" in flist:
# We can't exclude anything
return asv_paths
if any("_libs/src" in x for x in changed):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do have dependencies for these mostly declared in the setup.py file. In the future could potentially use that to refine this further

@jbrockmendel
Copy link
Member Author

Any chance you've run this against currently open PRs?

no i havent. i guess could experiment with it by making a GH action to display included or excluded files

@jbrockmendel jbrockmendel deleted the asv-choose branch November 20, 2021 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance (ASV) benchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants