forked from pool/python-pytest-codspeed
## Features
* Support for the memory instrument, which enables you to track memory
usage, heap allocations, and memory leaks in your benchmarks.
* Support python 3.14
* Bump instrument-hooks
* Support perf profiling in Python walltime instrument
* Support pytest-benchmark marker attributes
* Support the pedantic API
* Increase the min round time to a bigger value (+/- 1ms)
* Fix the random seed while measuring with instruments
## Bug Fixes
* Use ParamSpec in instrument definition instead of tuple and dict
* Use ParamSpec in the plugin call definition
* Use time per iteration instead of total round time in stats
- Remove pointless multibuild.
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 23 23:58:19 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 4.3.0:
|
|
## Features
|
|
* Support for the memory instrument, which enables you to track memory
|
|
usage, heap allocations, and memory leaks in your benchmarks.
|
|
* Support python 3.14
|
|
* Bump instrument-hooks
|
|
* Support perf profiling in Python walltime instrument
|
|
* Support pytest-benchmark marker attributes
|
|
* Support the pedantic API
|
|
* Increase the min round time to a bigger value (+/- 1ms)
|
|
* Fix the random seed while measuring with instruments
|
|
## Bug Fixes
|
|
* Use ParamSpec in instrument definition instead of tuple and dict
|
|
* Use ParamSpec in the plugin call definition
|
|
* Use time per iteration instead of total round time in stats
|
|
- Remove pointless multibuild.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 30 06:27:34 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Make tests work (and also add the patch make_tests_work.patch)
|
|
- Add ExclusiveArch x86_64 and aarch64 (unfortunately the code
|
|
itself checks for the architecture, so we cannot go with
|
|
ExcludeArch; gh#CodSpeedHQ/pytest-codspeed#70)
|
|
- Remove broken *.rpmlintrc
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 16 18:48:11 UTC 2025 - marec <marec@detebe.org>
|
|
|
|
- initial package
|
|
- needed for python-dbus_fast 2.29
|