Re: how to use the github benchmarks for branches
Paul King <[email protected]> Wed, 27 May 2026 20:41:49 +1000
| Newsgroups | gmane.comp.lang.groovy.devel |
|---|---|
| Message-ID | <CAMbkE7TaJkF2tfJHPRTTwp3wkJm+b=AHHkyU0QPXc2yUC9Efsw@mail.gmail.com> |
Currently, the comparison work and pretty graphs are done for daily tasks only. We have a placeholder for per commit/PR info but it is commented out. Let me see if I can tweak that ... On Wed, May 27, 2026 at 7:40 PM Jochen Theodorou <[email protected]> wrote: > > Hi, > > Let us assume I just created some code that could improve performance > and I want to compare this to existing benchmark results. Currently I > would run the benchmarks for over 2 hours on my laptop, with unreliable > results, locking me out of work - or maybe the jmh results that did run > on my branch anyway. For the later I would like to know if I have to > manually download all the artifacts for master and my branch, write a > script that compares and then finally get an overview... Or we have > something already that lets me see if my change improve or degrade > performance? > > bye Jochen