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
The report says which models changed phase and which got slower, and
nothing about what the run as a whole cost. Testing pull request 16696
moved 83 of 19842 models and spent 8% more in the backend, which the
report had no way of saying.
The page and the comment now carry a table of both runs summed per
phase over the models they have in common:
| Phase | master | pr/16696 | Change | Change, same phase |
| -------- | -------- | -------- | ------ | ------------------ |
| frontend | 1:44:57 | 1:44:37 | -0.3% | -0.6% |
| backend | 3:12:28 | 3:27:54 | +8.0% | +7.6% |
The last column is the same sum over only the models that reached the
same phase in both runs. A model that now fails in the backend stops
paying for the compilation and the simulation it no longer reaches, so
without that column a run that broke models reads as a faster one:
here the whole simulation looks 1.9% cheaper, while the models that
still simulate spend 0.4% more.
`exectime`, the whole run of a model, is the total.
Assisted-by: Claude Opus 5 (1M context)
0 commit comments