- Update to 4.3.0 #1

Merged
StevenK merged 1 commits from update-to-4.3.0 into main 2026-02-24 01:11:52 +01:00
Owner

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.
## 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.
StevenK added 1 commit 2026-02-24 01:00:04 +01:00
## 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.
First-time contributor
Build failed, for more information go in https://build.opensuse.org/project/show/home:autogits_obs_staging_bot:python-pytest:PR:35.
StevenK merged commit bf3c0856cf into main 2026-02-24 01:11:52 +01:00
StevenK deleted branch update-to-4.3.0 2026-02-24 01:11:52 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: python-pytest/python-pytest-codspeed#1