From: Patrick Steinhardt <ps@pks.im>
To: git@vger.kernel.org
Cc: Emily Shaffer <nasamuffin@google.com>
Subject: Continuous Benchmarking
Date: Mon, 3 Feb 2025 10:54:59 +0100 [thread overview]
Message-ID: <Z6CSc_vyGkn-ozUH@pks.im> (raw)
Hi,
due to a couple performance regressions that we have hit over the last
couple Git releases at GitLab, we have started to set up an effort to
implement continuous benchmarking for the Git project. The intent is to
have regular (daily) benchmarking runs against Git's `master` and `next`
branches to be able to spot any performance regressions before they make
it into the next release.
I have started with a relatively simple setup:
- I have started collection benchmarks that I myself do regularly [1].
These benchmarks are built on hyperfine and are thus not part of the
Git repository itself.
- GitLab CI runs on a nightly basis, executing a subset of these
benchmarks [2].
- Results are uploaded with a hyperfine adaptor to Bencher and are
summarized in dashboards.
This at least gives us some visibility in severe performance outliers,
whether these are improvements or regressions. Some statistics are
applied on this data to automatically generate alerts when things are
significantly changing.
The setup is of course not perfect. It's built on top of CI jobs, which
are by their very nature not really performing consistent. The scripts
are hosted outside of Git. And I'm the only one running this.
So I wonder whether there is a wider interest in the Git community to
have this infrastructure part of the Git project itself. This may
include steps like the following:
- Extending our performance tests we have in "t/perf" to cover more
benchmarks.
- Writing an adaptor that is able to upload the data generated from
our perf scripts to Bencher.
- Setting up proper infrastructure to do the benchmarking. We may for
now also continue to use GitLab CI, but as said they are quite noisy
overall. Dedicated servers would help here.
- Sending alerts to the Git mailing list.
I'm happy to hear your thoughts on this. Any ideas are welcome,
including "we're not interested at all". In that case, we'd simply
continue to maintain the setup ourselves at GitLab.
Thanks!
Patrick
[1]: https://gitlab.com/gitlab-org/data-access/git/benchmarks
[2]: https://gitlab.com/gitlab-org/data-access/git/benchmarks/-/blob/main/.gitlab-ci.yml?ref_type=heads
[3]: https://bencher.dev/console/projects/git/plots
next reply other threads:[~2025-02-03 9:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-03 9:54 Patrick Steinhardt [this message]
2025-02-03 16:33 ` Continuous Benchmarking Junio C Hamano
2025-02-05 23:14 ` Emily Shaffer
2025-02-21 8:48 ` Patrick Steinhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z6CSc_vyGkn-ozUH@pks.im \
--to=ps@pks.im \
--cc=git@vger.kernel.org \
--cc=nasamuffin@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).