firedrakeproject / firedrake

Firedrake is an automated system for the portable solution of partial differential equations using the finite element method (FEM)
https://firedrakeproject.org
Other
482 stars 157 forks source link

Performance Regresson 2 #3602

Open JDBetteridge opened 4 weeks ago

JDBetteridge commented 4 weeks ago

Description

The performance regression we were seeing for Python 3.12 seems to have hit master, clearly this isn't a Python/Ubuntu version issue.

connorjward commented 4 weeks ago

This doesn't seem to have fixed the issue...

connorjward commented 4 weeks ago

This doesn't seem to have fixed the issue...

Or maybe it does? There is so much variability in our CI run times.

JDBetteridge commented 4 weeks ago

The runners seem pretty idle at the moment, I wonder if this is something else

connorjward commented 4 weeks ago

The runners seem pretty idle at the moment, I wonder if this is something else

The coverage issue we recently found did seem to be specific to Python 3.12, so I wouldn't be surprised if it were something else. Probably some upstream package has just changed version.

JDBetteridge commented 4 weeks ago

The runners seem pretty idle at the moment, I wonder if this is something else

The coverage issue we recently found did seem to be specific to Python 3.12, so I wouldn't be surprised if it were something else. Probably some upstream package has just changed version.

:anguished: