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
ASV configuration and a basic benchmark are now part of Iris (#3526). Having completed some basic experiments with ASV against Iris master branch I have some recommended minimum detail that will be needed in our developer documentation testing page:
A new top level section called Performance Benchmarking
The fact we use ASV
The benchmark directory and prefix syntax for tests
The configuration file location and its implications (e.g. the fact it aligns with the requirements for Iris test, ASV will be using conda to manage the environments it creates, etc...)
A standard run configuration that will be used for official benchmarking - currently asv run v2.0.0..master --skip-existing-commits. OR a Nox session that encodes the same thing; this would probably be preferable.
The text was updated successfully, but these errors were encountered:
ASV configuration and a basic benchmark are now part of Iris (#3526). Having completed some basic experiments with ASV against Iris master branch I have some recommended minimum detail that will be needed in our developer documentation testing page:
asv run v2.0.0..master --skip-existing-commits
. OR a Nox session that encodes the same thing; this would probably be preferable.The text was updated successfully, but these errors were encountered: