Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pytest-codspeed from 3.1.2 to 3.2.0 (aio-libs#10373)
Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 3.1.2 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/releases">pytest-codspeed's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h2>What's Changed</h2> <p>This release improves the reliability of the measurement, primarily focusing on the wall-time instrument.</p> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li> <p>Increase the min round time to a bigger value (+/- 1ms) by <a href="https://github.com/art049"><code>@art049</code></a></p> </li> <li> <p>Fix the random seed while measuring with instruments by <a href="https://github.com/art049"><code>@art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/48">#48</a></p> </li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Use time per iteration instead of total round time in stats by <a href="https://github.com/art049"><code>@art049</code></a></li> </ul> <h3><!-- raw HTML omitted -->🏗️ Refactor</h3> <ul> <li>Replace hardcoded outlier factor for improved readability by <a href="https://github.com/art049"><code>@art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/67">#67</a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Fix self-dependency by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/66">#66</a></li> <li>Fix uv version in CI by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a></li> <li>Add benchmarks-walltime job to run additional performance benchmarks by <a href="https://github.com/art049"><code>@art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/65">#65</a></li> </ul> <p>⚠️ <em>Since the wall-time instrument is still in beta, this minor release might create unexpected performance changes for this new instrument.</em></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.2...v3.2.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.2...v3.2.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md">pytest-codspeed's changelog</a>.</em></p> <blockquote> <h2>[3.2.0] - 2025-01-31</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Increase the min round time to a bigger value (+/- 1ms) by <a href="https://github.com/art049"><code>@art049</code></a></li> <li>Add benchmarks-walltime job to run additional performance benchmarks by <a href="https://github.com/art049"><code>@art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/65">#65</a></li> <li>Fix the random seed while measuring with instruments by <a href="https://github.com/art049"><code>@art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/48">#48</a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Use time per iteration instead of total round time in stats by <a href="https://github.com/art049"><code>@art049</code></a></li> </ul> <h3><!-- raw HTML omitted -->🏗️ Refactor</h3> <ul> <li>Replace hardcoded outlier factor for improved readability by <a href="https://github.com/art049"><code>@art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/67">#67</a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Fix self-dependency by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/66">#66</a></li> <li>Fix uv version in CI by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/253b1bea24e909d257c7650265ff34e22af6a3bc"><code>253b1be</code></a> Release v3.2.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/4333c1f7984a46636b9f1ce4cbd3d2200328eafc"><code>4333c1f</code></a> refactor: replace hardcoded outlier factor for improved readability</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/6e1d63e087b45c30ddce1923e4579c201d0721a9"><code>6e1d63e</code></a> feat: increase the min round time to a bigger value (+/- 1ms)</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/cc10330599216271ff217733fa9a19aed9b45fbc"><code>cc10330</code></a> fix: use time per iteration instead of total round time in stats</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/003c3b4660ce34754990f14b9f949ad0d6a1c46d"><code>003c3b4</code></a> feat(ci): add benchmarks-walltime job to run additional performance benchmarks</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/768b5b83644b53d8fd7d4a21946033ea2e86d110"><code>768b5b8</code></a> feat: fix the random seed while measuring with instruments</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/d13743136c5d37efc15b7ecf8428e33e34509a1e"><code>d137431</code></a> chore: fix self-dependency</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/9df2c77adc5c7488ef3dc16a22fe076cbcee7c33"><code>9df2c77</code></a> chore: fix uv version in CI</li> <li>See full diff in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.2...v3.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=3.1.2&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information