Skip to content

Commit

Permalink
Whatsnew for several benchmark developments.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed May 20, 2024
1 parent 33ee784 commit 4a5d3d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,19 @@ This document explains the changes made to Iris for this release
#. `@trexfeathers`_ set the benchmark data generation environment to
automatically install iris-test-data during setup. (:pull:`5958`)

#. `@pp-mo`_ reworked benchmark peak-memory measurement to use the
`tracemalloc <https://docs.python.org/3.12/library/tracemalloc.html>`_
package.
(:pull: `5948`)

#. `@pp-mo`_ added a benchmark 'trialrun' sub-command, to quickly test
benchmarks during development. (:pull: `5957`)

#. `@pp-mo`_ moved several memory-measurement benchmarks from 'on-demand' to
the standard set, in hopes that use of 'tracemalloc' (:pull: `5948`) makes
the results consistent enough to monitor for performance changes.
(:pull: `5959`)


.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
Expand Down

0 comments on commit 4a5d3d9

Please sign in to comment.