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

Benchmarking overhaul and pin Flake8 <6 #220

Merged
merged 19 commits into from Nov 25, 2022

Conversation

trexfeathers
Copy link
Contributor

A detailed restructure of the benchmarking architecture in line with what has already been done on SciTools/iris. The original architecture included several experiments which we have since iterated and improved within Iris.

Closes #210.

@codecov
Copy link

codecov bot commented Nov 21, 2022

Codecov Report

Merging #220 (6957388) into main (10cb843) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #220   +/-   ##
=======================================
  Coverage   99.36%   99.36%           
=======================================
  Files          28       28           
  Lines        2829     2829           
=======================================
  Hits         2811     2811           
  Misses         18       18           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@stephenworsley stephenworsley left a comment

Choose a reason for hiding this comment

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

Good work! Just one comment about the license header in one file.

benchmarks/asv_delegated_conda.py Outdated Show resolved Hide resolved
@trexfeathers
Copy link
Contributor Author

Flake8 failure seems possibly related to PyCQA/flake8#1739, but I have not yet worked out what in our config is causing the problem.

@trexfeathers
Copy link
Contributor Author

See also PyCQA/flake8#1758

@trexfeathers
Copy link
Contributor Author

trexfeathers commented Nov 24, 2022

Flake8 failure seems possibly related to PyCQA/flake8#1739, but I have not yet worked out what in our config is causing the problem.

Happens even without any config at all in .flake8, so I reckon somethings wrong. I'll pin it

22a6f63

@trexfeathers
Copy link
Contributor Author

trexfeathers commented Nov 25, 2022

Flake8 failure seems possibly related to PyCQA/flake8#1739, but I have not yet worked out what in our config is causing the problem.

Should be fixed once PyCQA/flake8-import-order#190 is in a release.

Copy link
Contributor

@stephenworsley stephenworsley left a comment

Choose a reason for hiding this comment

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

Looks good, I guess we can ignore the greetings failure for the time being as that seems to be a seperable issue.

@trexfeathers trexfeathers changed the title Benchmarking overhaul Benchmarking overhaul and pin Flake8 <6 Nov 25, 2022
@stephenworsley stephenworsley merged commit 88d2c98 into SciTools-incubator:main Nov 25, 2022
@trexfeathers trexfeathers mentioned this pull request Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Benchmarks failing to run.
2 participants