Skip to content

chore: bump alloc_tracker from 0.6.0 to 0.7.0#568

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/cargo/alloc_tracker-0.7.0
Open

chore: bump alloc_tracker from 0.6.0 to 0.7.0#568
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/cargo/alloc_tracker-0.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps alloc_tracker from 0.6.0 to 0.7.0.

Commits
  • bee10e4 Release
  • 4394bd9 Simplify tracker span API and condense docs (#342)
  • 6935825 Make cargo-bench-history collect tests hermetic against CARGO_TARGET_DIR (#341)
  • d40a479 Pin Cargo tool versions in constants.env; bump gungraun to 0.19.3 (#340)
  • e630a6f Align install-tools with CI, remove divergent tooling paths (#339)
  • c646b29 Verify cargo-semver-checks is operational
  • 64859ce Azurite optional
  • b104e4b Document measurement overhead in alloc_tracker, align all_the_time (#338)
  • b8cf5c2 Attach discriminant-set filter flags to analyze reports (#337)
  • 0437b1e Relax workflow timeouts for cold-cache setup-environment (#336)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [alloc_tracker](https://github.com/folo-rs/folo) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/folo-rs/folo/releases)
- [Changelog](https://github.com/folo-rs/folo/blob/main/docs/release-automation.md)
- [Commits](folo-rs/folo@alloc_tracker-v0.6.0...alloc_tracker-v0.7.0)

---
updated-dependencies:
- dependency-name: alloc_tracker
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026
Copilot AI review requested due to automatic review settings July 13, 2026 07:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@Vaiz

Vaiz commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@copilot, do a proper upgrade

Copilot AI review requested due to automatic review settings July 13, 2026 09:00
@dependabot dependabot Bot removed the request for review from Copilot July 13, 2026 09:00

Copilot AI commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@copilot, do a proper upgrade

Addressed in 05c5872.

Comment thread crates/multitude/Cargo.toml Outdated
Copilot AI review requested due to automatic review settings July 13, 2026 09:05
@dependabot dependabot Bot removed the request for review from Copilot July 13, 2026 09:05
Copilot finished work on behalf of Vaiz July 13, 2026 09:06
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (5fd5568) to head (85f62a3).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #568   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         356      356           
  Lines       27388    27388           
=======================================
  Hits        27388    27388           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread crates/bytesbuf/benches/buf.rs Outdated
BytesBuf::new,
|buf| {
let _span = allocs_op.measure_thread();
let _span = allocs_op.measure_thread().iterations(1);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation of alloc_tracker specifically mentions that iterations should be batched. Forcing us to call .iterations(N) is the breaking change, to help highlight when we are doing iterations one by one, which includes huge (relatively) measurement overhead.

The proper upgrade would also fix the pattern we use to iter_custom() so we batch all our iterations for one Criterion sample, instead of measuring microbenchmark iterations one by one.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot address this comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in 85f62a3.

Copilot AI review requested due to automatic review settings July 13, 2026 13:36
@dependabot dependabot Bot removed the request for review from Copilot July 13, 2026 13:36
Copilot AI requested a review from sandersaares July 13, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants