Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark feature branch what's new entry #5438

Merged
merged 3 commits into from
Aug 18, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 5 additions & 23 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,29 +72,11 @@ This document explains the changes made to Iris for this release
💼 Internal
===========

#. N/A


#. `@trexfeathers`_ refactored benchmarking scripts to better support on-demand
benchmarking of pull requests. Results are now posted as a new comment.
(feature branch: :pull:`5430`)

#. `@trexfeathers`_ changed pull request benchmarking to compare: GitHub's
simulated merge-commit (which it uses for all PR CI by default) versus the
merge target (e.g. `main`). This should provide the most 'atomic' account
of how the pull request changes affect performance. (feature branch:
:pull:`5431`)

#. `@trexfeathers`_ added a catch to the overnight benchmark workflow to raise
an issue if the overnight run fails - this was previously an 'invisible'
problem. (feature branch: :pull:`5432`)

#. `@trexfeathers`_ set `bm_runner.py` to error when the called processes
error. This fixes an oversight introduced in :pull:`5215`. (feature branch:
:pull`5434`)

#. `@trexfeathers`_ inflated some benchmark data sizes to compensate for
:pull:`5229`. (feature branch: :pull:`5436`)
#. `@trexfeathers`_ and `@ESadek-MO`_ (reviewer) performed a suite of fixes and
improvements for benchmarking, primarily to get
:ref:`on demand pull request benchmarking <on_demand_pr_benchmark>`
working properly. (Main pull request: :pull:`5437`, more detail:
:pull:`5430`, :pull:`5431`, :pull:`5432`, :pull`5434`, :pull:`5436`)


.. comment
Expand Down