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 #443

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 has been generated by Mend Renovate. View repository job log here.

@samueltardieu
Copy link
Collaborator

bors r+

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 22, 2023

CodSpeed Performance Report

Merging #443 will degrade performances by 25.37%

Comparing renovate/codspeed-criterion-compat-2.x (e434dbf) with main (87e130f)

🎉 Hooray! codspeed-rust just leveled up to 2.2.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

⚡ 9 improvements
❌ 9 regressions
✅ 14 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_bfs 6.5 ms 5.6 ms +15.6%
no_path_bfs 5.7 ms 6.2 ms -8%
corner_to_corner_astar 432.7 µs 420.1 µs +3.01%
corner_to_corner_bfs 6.1 ms 6 ms +2.13%
fill-no_path_astar 8.3 ms 7 ms +18.75%
corner_to_corner_idastar 628.8 µs 589.8 µs +6.61%
fill-corner_to_corner_iddfs 24.4 ms 26 ms -6.24%
no_path_dijkstra 7.6 ms 7.8 ms -3.27%
no_path_fringe 11.6 ms 11.8 ms -2.14%
fill-corner_to_corner_dijkstra 7.8 ms 7.3 ms +6.19%
fill-corner_to_corner_fringe 495.6 µs 664.1 µs -25.37%
fill-no_path_fringe 7.7 ms 7.2 ms +6.29%
separate_components 42.2 ms 44 ms -4.04%
fill-no_path_dijkstra 6.8 ms 7.3 ms -7.29%
arena 249.8 ms 256 ms -2.44%
fill-corner_to_corner_idastar 576.8 µs 557.7 µs +3.42%
fill-corner_to_corner_astar 546.9 µs 639.7 µs -14.5%
fill-no_path_bfs 6.8 ms 5.6 ms +20.89%

@bors
Copy link
Contributor

bors bot commented Sep 22, 2023

Synchronization error!

@renovate renovate bot force-pushed the renovate/codspeed-criterion-compat-2.x branch from 6f8aac9 to 6145c60 Compare September 22, 2023 14:43
@samueltardieu
Copy link
Collaborator

bors r+

bors bot added a commit that referenced this pull request Sep 22, 2023
440: chore(deps): update pre-commit/action action to v3 r=samueltardieu a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pre-commit/action](https://togithub.com/pre-commit/action) | action | major | `v2.0.3` -> `v3.0.0` |

---

### Release Notes

<details>
<summary>pre-commit/action (pre-commit/action)</summary>

### [`v3.0.0`](https://togithub.com/pre-commit/action/releases/tag/v3.0.0): pre-commit/[email protected]

[Compare Source](https://togithub.com/pre-commit/action/compare/v2.0.3...v3.0.0)

##### Breaking

-   remove pushing behaviour.
    -   PR [#&#8203;164](https://togithub.com/pre-commit/action/issues/164) by [`@&#8203;asottile](https://togithub.com/asottile).`

see [README] for alternatives

[README]: https://togithub.com/pre-commit/action#using-this-action-in-private-repositories

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/samueltardieu/pathfinding).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->


443: chore(deps): update rust crate codspeed-criterion-compat to v2 r=samueltardieu a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codspeed-criterion-compat](https://codspeed.io) ([source](https://togithub.com/CodSpeedHQ/codspeed-rust)) | dev-dependencies | major | `1.1.0` -> `2.2.0` |

---

### Release Notes

<details>
<summary>CodSpeedHQ/codspeed-rust (codspeed-criterion-compat)</summary>

### [`v2.2.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.2.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/v2.1.0...v2.2.0)

#### What's Changed

It's now possible to disable `codspeed_criterion_compat` default features.

##### Details

-   fix: allow disabling criterion default features by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/12](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/12)

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

### [`v2.1.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.1.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/v2.0.0...v2.1.0)

#### 🎉 What's Changed

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

#### 📚 Details

-   fix: fix relative path when using working-directory by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/9](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/9)

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

### [`v2.0.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.0.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/[email protected])

#### 🎉 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](https://docs.codspeed.io/features/trace-generation).

#### 🚀 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

-   feat: add debug symbols in the benchmark build config by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/4](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/4)
-   feat: add AsyncBencher support by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/7](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/7)
-   feat!: add warmup runs  by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/5](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/5)

##### Internals

-   chore: bump criterion by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/8](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/8)

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

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/samueltardieu/pathfinding).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Sep 22, 2023

Build failed (retrying...):

bors bot added a commit that referenced this pull request Sep 22, 2023
443: chore(deps): update rust crate codspeed-criterion-compat to v2 r=samueltardieu a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codspeed-criterion-compat](https://codspeed.io) ([source](https://togithub.com/CodSpeedHQ/codspeed-rust)) | dev-dependencies | major | `1.1.0` -> `2.2.0` |

---

### Release Notes

<details>
<summary>CodSpeedHQ/codspeed-rust (codspeed-criterion-compat)</summary>

### [`v2.2.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.2.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/v2.1.0...v2.2.0)

#### What's Changed

It's now possible to disable `codspeed_criterion_compat` default features.

##### Details

-   fix: allow disabling criterion default features by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/12](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/12)

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

### [`v2.1.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.1.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/v2.0.0...v2.1.0)

#### 🎉 What's Changed

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

#### 📚 Details

-   fix: fix relative path when using working-directory by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/9](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/9)

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

### [`v2.0.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.0.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/[email protected])

#### 🎉 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](https://docs.codspeed.io/features/trace-generation).

#### 🚀 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

-   feat: add debug symbols in the benchmark build config by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/4](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/4)
-   feat: add AsyncBencher support by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/7](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/7)
-   feat!: add warmup runs  by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/5](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/5)

##### Internals

-   chore: bump criterion by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/8](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/8)

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

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/samueltardieu/pathfinding).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/codspeed-criterion-compat-2.x branch from 6145c60 to 6e36b25 Compare September 22, 2023 15:15
@bors
Copy link
Contributor

bors bot commented Sep 22, 2023

Canceled.

@samueltardieu
Copy link
Collaborator

bors r+

bors bot added a commit that referenced this pull request Sep 22, 2023
443: chore(deps): update rust crate codspeed-criterion-compat to v2 r=samueltardieu a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codspeed-criterion-compat](https://codspeed.io) ([source](https://togithub.com/CodSpeedHQ/codspeed-rust)) | dev-dependencies | major | `1.1.0` -> `2.2.0` |

---

### Release Notes

<details>
<summary>CodSpeedHQ/codspeed-rust (codspeed-criterion-compat)</summary>

### [`v2.2.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.2.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/v2.1.0...v2.2.0)

#### What's Changed

It's now possible to disable `codspeed_criterion_compat` default features.

##### Details

-   fix: allow disabling criterion default features by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/12](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/12)

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

### [`v2.1.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.1.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/v2.0.0...v2.1.0)

#### 🎉 What's Changed

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

#### 📚 Details

-   fix: fix relative path when using working-directory by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/9](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/9)

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

### [`v2.0.0`](https://togithub.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.0.0)

[Compare Source](https://togithub.com/CodSpeedHQ/codspeed-rust/compare/[email protected])

#### 🎉 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](https://docs.codspeed.io/features/trace-generation).

#### 🚀 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

-   feat: add debug symbols in the benchmark build config by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/4](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/4)
-   feat: add AsyncBencher support by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/7](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/7)
-   feat!: add warmup runs  by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/5](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/5)

##### Internals

-   chore: bump criterion by [`@&#8203;art049](https://togithub.com/art049)` in [https://github.com/CodSpeedHQ/codspeed-rust/pull/8](https://togithub.com/CodSpeedHQ/codspeed-rust/pull/8)

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

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/samueltardieu/pathfinding).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/codspeed-criterion-compat-2.x branch from 6e36b25 to e434dbf Compare September 22, 2023 15:29
@bors
Copy link
Contributor

bors bot commented Sep 22, 2023

Canceled.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 22, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/codspeed-criterion-compat-2.x branch September 22, 2023 15:34
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