chore(deps): update dependency pytest-benchmark to v5.2.3 #219
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==5.1.0->==5.2.3Release Notes
ionelmc/pytest-benchmark (pytest-benchmark)
v5.2.3Compare Source
v5.2.2Compare Source
Contributed by Thomas B. Brunner in
#​294 <https://github.com/ionelmc/pytest-benchmark/pull/294>_.v5.2.1Compare Source
(fixes those
pytest.PytestAssertRewriteWarning: Module already imported so cannot be rewritten; pytest_benchmarkwarnings).v5.2.0Compare Source
teardownfunction to pedantic mode.Contributed Patrick Winter by
#​264 <https://github.com/ionelmc/pytest-benchmark/pull/264>_.--benchmark-time-unitoption.Contributed by Tony Kuo in
#​281 <https://github.com/ionelmc/pytest-benchmark/pull/281>_.Contributed by Ali-Akber Saifee in
#​284 <https://github.com/ionelmc/pytest-benchmark/pull/284>_.--benchmark-compare-failto accept percentages higher than 100%.Contributed by Ben Avrahami in
#​290 <https://github.com/ionelmc/pytest-benchmark/pull/280>_.Contributed by Sorin Sbarnea in
#​290 <https://github.com/ionelmc/pytest-benchmark/pull/290>_.Contributed by Enno Gotthold in
#​291 <https://github.com/ionelmc/pytest-benchmark/pull/291>_.pytest_benchmark.utils.clonefuncwith a simple return of the input.That function was supposed to allow benchmarking with the cost of PyPy JIT included but it's a hassle to maintain.
Pedantic mode will keep doing this per round (as the user manually controls the round count).
This is necessary because in some scenarios setting and unsetting the tracer too much will overflow an internal counter
(found to cause "OverflowError: events set too many times" at least on Python 3.13).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.