Hi,
On Fri, Oct 01 2021, Gerald Pfeifer wrote:
On Wed, 29 Sep 2021, Maxim Kuvyrkov via Gcc wrote:
Configurations that track master branches have 3-day intervals. Configurations that track release branches — 6 days. If a regression is detected it is narrowed down to component first — binutils, gcc or glibc — and then the commit range of the component is bisected down to a specific commit. All. Done. Automatically.
I will make a presentation on this CI at the next GNU Tools Cauldron.
Yes, please! :-)
On Fri, 1 Oct 2021, Maxim Kuvyrkov via Gcc wrote:
It’s our next big improvement — to provide a dashboard with current performance numbers and historical stats.
Awesome. And then we can even link from gcc.gnu.org.
You all are aware of the openSUSE LNT periodic SPEC benchmarker, right? Martin may explain better how to move around it, but the two most interesting result pages are:
- https://lnt.opensuse.org/db_default/v4/SPEC/latest_runs_report and - https://lnt.opensuse.org/db_default/v4/SPEC/spec_report/branch
Martin