Avatar for the Glatzel user
Glatzel
toolbox
BlogDocsChangelog

Performance History

Latest Results

refactor: remove clone in ITree (#425)
main
4 hours ago
build: Update Rust crate insta to v1.47.2 (#423) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | dev-dependencies | patch | `1.47.1` β†’ `1.47.2` | | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | patch | `1.47.1` β†’ `1.47.2` | --- ### Release Notes <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.47.2`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1472) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.47.1...1.47.2) - Restore `Send + Sync` on `Settings`, `Redactions`, and `Redaction` by reverting the `Arc` to `Rc` change from 1.47.0, which was semver-breaking. [#&#8203;873](https://redirect.github.com/mitsuhiko/insta/issues/873) [#&#8203;874](https://redirect.github.com/mitsuhiko/insta/issues/874) - Add `Send + Sync` bounds to `Comparator` trait for consistency with `Arc`-based storage. [#&#8203;872](https://redirect.github.com/mitsuhiko/insta/issues/872) - Add compile-time assertion to prevent future auto-trait regressions. </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - Only on Monday ( * * * * 1 ) (UTC), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago
build: Update Rust crate insta to v1.47.1 (#422) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | dev-dependencies | minor | `1.46.3` β†’ `1.47.1` | | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | minor | `1.46.3` β†’ `1.47.1` | --- ### Release Notes <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.47.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1471) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.47.0...1.47.1) - Revert sorting of sequences in `sort_maps`. The change in 1.47.0 sorted all `Seq` values (including `Vec`), not just non-deterministic collections like `HashSet`, which was a breaking change. [#&#8203;876](https://redirect.github.com/mitsuhiko/insta/issues/876) ### [`v1.47.0`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1470) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.46.3...1.47.0) - Add `Comparator` trait for customizing how snapshot values are compared. [#&#8203;872](https://redirect.github.com/mitsuhiko/insta/issues/872) ([@&#8203;dstu](https://redirect.github.com/dstu)) - Sort sequences in `sort_maps` to fix non-deterministic `HashSet` snapshots. [#&#8203;876](https://redirect.github.com/mitsuhiko/insta/issues/876) - Improve TOML serialization error message for unsupported types, suggesting `assert_json_snapshot!` or `assert_yaml_snapshot!` as alternatives. [#&#8203;880](https://redirect.github.com/mitsuhiko/insta/issues/880) - Remove unnecessary `Send + Sync` bounds from `Redaction`, allowing non-`Send` closures in dynamic redactions. [#&#8203;874](https://redirect.github.com/mitsuhiko/insta/issues/874) - Don't use `Arc` in `Settings` unnecessarily. [#&#8203;873](https://redirect.github.com/mitsuhiko/insta/issues/873) ([@&#8203;dstu](https://redirect.github.com/dstu)) - Upgrade `console` to 0.16 and MSRV to 1.66. [#&#8203;885](https://redirect.github.com/mitsuhiko/insta/issues/885) - Upgrade `toml-edit` to 0.25. [#&#8203;882](https://redirect.github.com/mitsuhiko/insta/issues/882) ([@&#8203;alexanderkjall](https://redirect.github.com/alexanderkjall)) </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - Only on Monday ( * * * * 1 ) (UTC), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago
build: Update Rust crate insta to v1.47.1 (#422) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | dev-dependencies | minor | `1.46.3` β†’ `1.47.1` | | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | minor | `1.46.3` β†’ `1.47.1` | --- ### Release Notes <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.47.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1471) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.47.0...1.47.1) - Revert sorting of sequences in `sort_maps`. The change in 1.47.0 sorted all `Seq` values (including `Vec`), not just non-deterministic collections like `HashSet`, which was a breaking change. [#&#8203;876](https://redirect.github.com/mitsuhiko/insta/issues/876) ### [`v1.47.0`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1470) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.46.3...1.47.0) - Add `Comparator` trait for customizing how snapshot values are compared. [#&#8203;872](https://redirect.github.com/mitsuhiko/insta/issues/872) ([@&#8203;dstu](https://redirect.github.com/dstu)) - Sort sequences in `sort_maps` to fix non-deterministic `HashSet` snapshots. [#&#8203;876](https://redirect.github.com/mitsuhiko/insta/issues/876) - Improve TOML serialization error message for unsupported types, suggesting `assert_json_snapshot!` or `assert_yaml_snapshot!` as alternatives. [#&#8203;880](https://redirect.github.com/mitsuhiko/insta/issues/880) - Remove unnecessary `Send + Sync` bounds from `Redaction`, allowing non-`Send` closures in dynamic redactions. [#&#8203;874](https://redirect.github.com/mitsuhiko/insta/issues/874) - Don't use `Arc` in `Settings` unnecessarily. [#&#8203;873](https://redirect.github.com/mitsuhiko/insta/issues/873) ([@&#8203;dstu](https://redirect.github.com/dstu)) - Upgrade `console` to 0.16 and MSRV to 1.66. [#&#8203;885](https://redirect.github.com/mitsuhiko/insta/issues/885) - Upgrade `toml-edit` to 0.25. [#&#8203;882](https://redirect.github.com/mitsuhiko/insta/issues/882) ([@&#8203;alexanderkjall](https://redirect.github.com/alexanderkjall)) </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - Only on Monday ( * * * * 1 ) (UTC), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
3 days ago

Latest Branches

CodSpeed Performance Gauge
-17%
build: update Cargo.toml#417
6 days ago
210adf2
Glatzel-patch-3
CodSpeed Performance Gauge
+11%
13 days ago
b5e4281
repo-sync/template/default
CodSpeed Performance Gauge
0%
15 days ago
393c6af
vinaya
Β© 2026 CodSpeed Technology
Home Terms Privacy Docs