-
Notifications
You must be signed in to change notification settings - Fork 283
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
Support test data in benchmark workflows #4402
Support test data in benchmark workflows #4402
Conversation
…old/iris into wjbenfold-ci-benchmarks-test-data
for more information, see https://pre-commit.ci
…old/iris into wjbenfold-ci-benchmarks-test-data
@wjbenfold if you figure out a decent pattern to host full size PP files online, and without slowing the benchmark process, that will potentially solve some other benchmarking headaches so I'd be interested in the result! |
for more information, see https://pre-commit.ci
…old/iris into wjbenfold-ci-benchmarks-test-data
I think this PR is now ready for review (save a what's new). Reviewer questions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wjbenfold! Some comments for you.
I don't get how an performance improvement has been detected for this PR, which makes no changes to the regridding code? It may be a sign that performance of this one is highly variable; I'll try re-running it.
From investigation this looks like it was an aberration, so no changes needed. (For the record I was going to suggest adjusting the |
👍
👍 The data location stuff in |
Co-authored-by: Martin Yeo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy that you've actioned my comments. Still need that What's New entry though!
* main: (23 commits) Suggest type hinting (SciTools#4390) area weight regrid test fixes (SciTools#4432) Update latest.rst (SciTools#4425) Added @wjbenfold to the core dev list (SciTools#4423) Removed addition of period from wrap_lons. (SciTools#4421) Add release docs sections describing the role of a Release Manager (SciTools#4413) Subset should always return None if no value matches are found (SciTools#4417) What's new for SciTools#4400 (SciTools#4422) `iris.analysis.AreaWeighted` regrid speedup (SciTools#4400) [pre-commit.ci] pre-commit autoupdate (SciTools#4419) Remove newline to satisfy setuptools (SciTools#4418) Updated environment lockfiles (SciTools#4416) NAME loader fixes (SciTools#4411) Updated whatsnew for PR 4402 (SciTools#4410) Support test data in benchmark workflows (SciTools#4402) What's new for pr 4387 (SciTools#4405) Make concat mismatch warning for scalar coords more accurate (SciTools#4387) Added line to latest release notes for updates to pp_save_rules.py (SciTools#4404) Update pp_save_rules.py (SciTools#4391) [pre-commit.ci] pre-commit autoupdate (SciTools#4403) ...
🚀 Pull Request
Description
Adds test data support to github action benchmarks (by downloading the iris test data and setting the
OVERRIDE_TEST_DATA_REPOSITORY
environment variable).Adds an example benchmark (of area weighted regridding) that uses the test data
Currently github action benchmarks don't have access to the test data. I'm aiming to improve this.
To do:
Consult Iris pull request check list