Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate codspeed-criterion-compat to v2 #589

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Type Update Change
codspeed-criterion-compat (source) dev-dependencies major 1.1.0 -> 2.0.0

Release Notes

CodSpeedHQ/codspeed-rust (codspeed-criterion-compat)

v2.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: CodSpeedHQ/codspeed-rust@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v2.5.1...v2.6.0

v2.5.1

Compare Source

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v2.5.0...v2.5.1

v2.5.0

Compare Source

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v2.4.1...v2.5.0

v2.4.1

Compare Source

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: CodSpeedHQ/codspeed-rust@v2.3.3...v2.4.0

v2.3.3

Compare Source

What's Changed

criterion-compat
cargo-codspeed

New Contributors

Full Changelog: CodSpeedHQ/codspeed-rust@v2.3.2...v2.3.3

v2.3.2: (yanked)

Compare Source

What's Changed

New Contributors

Full Changelog: CodSpeedHQ/codspeed-rust@v2.3.1...v2.3.2

v2.3.1

Compare Source

Full Changelog: CodSpeedHQ/codspeed-rust@v2.3.0...v2.3.1

Fixes cargo-codspeed artifact dependencies.

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: CodSpeedHQ/codspeed-rust@v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed

It's now possible to disable codspeed_criterion_compat default features.

Details

Full Changelog: CodSpeedHQ/codspeed-rust@v2.1.0...v2.2.0

v2.1.0

Compare Source

🎉 What's Changed

  • Relative paths are now properly handled when using the working-directory action parameter.

📚 Details

Full Changelog: CodSpeedHQ/codspeed-rust@v2.0.0...v2.1.0

v2.0.0

Compare Source

🎉 What's Changed

  • Each benchmark is warmed up before each run to reduce the flakiness and the side effects related to the order in which the benchmarks are run.
  • AsyncBencher is now supported with the criterion compatibility layer.
  • Debug symbols are now generated during the build of the benchmarks, allowing more granularity in the performance reports and detailed profiling. More details can be found in the documentation.

🚀 Migration Path

This is a breaking change and might affect your current performance baseline a bit. But here's the exciting part - it's packed with new, cool features and promises improved result stability 🎉!

In some cases, the warmup might optimize out the benchmark. In that case, adding black_box should help, also don't hesitate to open an issue so we can have a look and document the behavior.

We recommend you create a standalone PR to update the package, acknowledge the potential regressions, and merge it to update the baseline on your default branch.

📚 Details

Features
Internals

Full Changelog: CodSpeedHQ/codspeed-rust@v1.1.0...v2.0.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codspeed-hq bot commented Sep 5, 2024

CodSpeed Performance Report

Merging #589 will degrade performances by 26.86%

Comparing renovate/codspeed-criterion-compat-2.x (8520a35) with main (718b801)

🎉 Hooray! codspeed-rust just leveled up to 2.7.0!

A heads-up, this is a breaking change and it might affect your current performance baseline a bit. But here's the exciting part - it's packed with new, cool features and promises improved result stability 🥳!
Curious about what's new? Visit our releases page to delve into all the awesome details about this new version.

Summary

⚡ 4 improvements
❌ 2 regressions
✅ 28 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main renovate/codspeed-criterion-compat-2.x Change
fill-corner_to_corner_astar 117.1 µs 141 µs -16.96%
fill-corner_to_corner_bfs 1.4 ms 1.2 ms +14.04%
fill-corner_to_corner_fringe 98 µs 133.9 µs -26.86%
fill-no_path_astar 1.5 ms 1.1 ms +27.86%
fill-no_path_bfs 1.4 ms 1.1 ms +25.79%
fill-no_path_fringe 1.2 ms 1.1 ms +11.26%

@renovate renovate bot force-pushed the renovate/codspeed-criterion-compat-2.x branch from b79a412 to 8008cce Compare September 5, 2024 19:37
@renovate renovate bot force-pushed the renovate/codspeed-criterion-compat-2.x branch from 8008cce to 8520a35 Compare September 5, 2024 20:06
@samueltardieu samueltardieu added this pull request to the merge queue Sep 5, 2024
Merged via the queue into main with commit fa148d5 Sep 5, 2024
12 of 13 checks passed
@samueltardieu samueltardieu deleted the renovate/codspeed-criterion-compat-2.x branch September 5, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant