Sourced from pytest-codspeed's releases.
v4.3.0
What's Changed
This release brings support for the memory instrument, which enables you to track memory usage, heap allocations, and memory leaks in your benchmarks.
- Bump uv in CI from 0.5.20 to 0.9.5 by
@edgarrmondragonin CodSpeedHQ/pytest-codspeed#95- feat/improve local walltime by
@adriencacciain CodSpeedHQ/pytest-codspeed#97- feat: rename instrumentation to simulation by
@GuillaumeLagrangein CodSpeedHQ/pytest-codspeed#98- Pin python in ci integration tests to prevent intermitent codspeed segfaults in walltime by
@GuillaumeLagrangein CodSpeedHQ/pytest-codspeed#105- feat: add memory profiling support by
@not-matthiasin CodSpeedHQ/pytest-codspeed#103- feat: add .gitignore to .codspeed folder on creation by
@art049in CodSpeedHQ/pytest-codspeed#107New Contributors
@GuillaumeLagrangemade their first contribution in CodSpeedHQ/pytest-codspeed#98Full Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.2.0...v4.3.0
Sourced from pytest-codspeed's changelog.
[4.3.0] - 2026-02-09
🚀 Features
- Add .gitignore to .codspeed folder on creation (#107) by
@art049in #107- Support memory profiling by
@not-matthias- Rename instrumentation to simulation by
@GuillaumeLagrangein #98- Improve time unit display in local walltime by
@adriencaccia🐛 Bug Fixes
- Switch to OIDC token by
@not-matthias⚙️ Internals
- Use github runner instead of buildjet by
@art049- Enable memory profiling by
@not-matthiasin #103- Pin python to 3.14.2 in CI to prevent walltime crashes by
@GuillaumeLagrangein #105- Add comment about uv pinning by
@GuillaumeLagrange- Add comment to explain results storing in .codspeed folder by
@adriencacciain #97- Add 3.14 to the list of supported python versions by
@adriencaccia
a24abfe
Release v4.3.0 🚀748f2dd
ci: use github runner instead of buildjet66e54c8
feat: add .gitignore to .codspeed folder on creation (#107)36f5930
chore(ci): enable memory profiling8ce65af
feat: support memory profiling4df4f8c
fix(ci): switch to OIDC tokenc3a194a
chore: pin python to 3.14.2 in CI to prevent walltime crashesadee8a1
feat: rename instrumentation to simulation08e0519
chore: add comment about uv pinningbb84077
chore: add comment to explain results storing in .codspeed folder