Skip to content
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

Env spec to run asv compare on envs currently defined in the config? #1394

Open
flying-sheep opened this issue Apr 8, 2024 · 0 comments
Open

Comments

@flying-sheep
Copy link

flying-sheep commented Apr 8, 2024

When running asv compare commit1 commit2, it shows all results that were ever produced for these commits.

This is messy if you e.g. change some dependencies in the matrix, then re-run asv for the commits, and finally run asv compare, as this will show table rows for obsolete environments.

It’s possible to get a list of currently defined environments using asv show or

[env.name for env in asv.environment.get_environments(conf, "")]

How to run asv compare so it just includes these currently defined environments in the table?

The documentation for environment specs such as existing:??? and so on is pretty sparse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant