chore: bump alloc_tracker from 0.6.0 to 0.7.0#568
Conversation
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>
|
@copilot, do a proper upgrade |
Codecov Report❌ Patch coverage is
❌ Your project check has failed because the head coverage (99.9%) is below the target coverage (100.0%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #568 +/- ##
========================================
- Coverage 100.0% 99.9% -0.1%
========================================
Files 359 360 +1
Lines 27885 27904 +19
========================================
Hits 27885 27885
- Misses 0 19 +19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…c_tracker-0.7.0 # Conflicts: # crates/seatbelt/benches/breaker.rs
|
@copilot this PR duplicates a lot of common code in the benchmarks; perhaps we can stick it in |
|
| let op = session.operation(static_get_name); | ||
| rt.block_on(async { | ||
| let _span = op.measure_thread(); | ||
| let _span = op.measure_thread().iterations(iters); |
There was a problem hiding this comment.
that doesn't look right, I thought cache.get(..) should be moved inside of a new helper
Bumps alloc_tracker from 0.6.0 to 0.7.0.
Commits
bee10e4Release4394bd9Simplify tracker span API and condense docs (#342)6935825Make cargo-bench-history collect tests hermetic against CARGO_TARGET_DIR (#341)d40a479Pin Cargo tool versions in constants.env; bump gungraun to 0.19.3 (#340)e630a6fAlign install-tools with CI, remove divergent tooling paths (#339)c646b29Verify cargo-semver-checks is operational64859ceAzurite optionalb104e4bDocument measurement overhead in alloc_tracker, align all_the_time (#338)b8cf5c2Attach discriminant-set filter flags to analyze reports (#337)0437b1eRelax workflow timeouts for cold-cache setup-environment (#336)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)