Skip to content

Update iai-callgrind requirement from 0.14.0 to 0.16.1#121

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/iai-callgrind-0.16.1
Open

Update iai-callgrind requirement from 0.14.0 to 0.16.1#121
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/iai-callgrind-0.16.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Updates the requirements on iai-callgrind to permit the latest version.

Release notes

Sourced from iai-callgrind's releases.

v0.16.1

[0.16.1] - 2025-07-30

Added

  • (#411): Add ability to set report tolerance. Thanks to @​nihohit
  • (#419): Add support for the valgrind command-line arguments --xtree-memory and memcheck's --xtree-leak. The output files extension is .xtree for --xtree-memory and .xleak for --xtree-leak.
  • (#420): Add command-line arguments --callgrind-metrics (env: IAI_CALLGRIND_CALLGRIND_METRICS), --cachegrind-metrics (env: IAI_CALLGRIND_CACHEGRIND_METRICS), --dhat-metrics (env: IAI_CALLGRIND_DHAT_METRICS), --drd-metrics (env: IAI_CALLGRIND_DRD_METRICS), --memcheck-metrics (env: IAI_CALLGRIND_MEMCHECK_METRICS), --helgrind-metrics (env: IAI_CALLGRIND_HELGRIND_METRICS) to be able to adjust the shown metrics and their order in the terminal output of the respective tool.
  • (#421): Add --tolerance (env: IAI_CALLGRIND_TOLERANCE) to be able to adjust the tolerance level on the command-line (in addition to #411).
  • (c9cbcf61): Build artifacts of the iai-callgrind-runner for the riscv64 target. The artifacts were added retroactively for all releases >=v0.12.0.
  • (52d71ad0): Add mapping of iai-callgrind-runner version to json schema version to the guide.

Changed

  • (#417): backwards-compatible change of summary.v6.schema.json. The order and documentation of items changes.
  • (#422): Resort and group the options in the --help output for Iai-Callgrind command-line arguments.
  • Update direct dependencies: strum

Removed

  • (#417): Unused dependencies: serde_regex, tokio

Fixed

  • (52d71ad0): Removed the wrong link to schema version v2 in the machine-readable output section of guide.
  • (#417): -v in arguments for tools other than cachegrind and callgrind was not parsed the same way as --verbose

Full Changelog: gungraun/gungraun@v0.16.0...v0.16.1

Changelog

Sourced from iai-callgrind's changelog.

[0.16.1] - 2025-07-30

Added

  • (#411): Add ability to set report tolerance. Thanks to @​nihohit
  • (#419): Add support for the valgrind command-line arguments --xtree-memory and memcheck's --xtree-leak. The output files extension is .xtree for --xtree-memory and .xleak for --xtree-leak.
  • (#420): Add command-line arguments --callgrind-metrics (env: IAI_CALLGRIND_CALLGRIND_METRICS), --cachegrind-metrics (env: IAI_CALLGRIND_CACHEGRIND_METRICS), --dhat-metrics (env: IAI_CALLGRIND_DHAT_METRICS), --drd-metrics (env: IAI_CALLGRIND_DRD_METRICS), --memcheck-metrics (env: IAI_CALLGRIND_MEMCHECK_METRICS), --helgrind-metrics (env: IAI_CALLGRIND_HELGRIND_METRICS) to be able to adjust the shown metrics and their order in the terminal output of the respective tool. and to be able to
  • (#421): Add --tolerance (env: IAI_CALLGRIND_TOLERANCE) to be able to adjust the tolerance level on the command-line (in addition to #411).
  • (c9cbcf61): Build artifacts of the iai-callgrind-runner for the riscv64 target. The artifacts were added retroactively for all releases >=v0.12.0.
  • (52d71ad0): Add mapping of iai-callgrind-runner version to json schema version to the guide.

Changed

  • (#417): backwards-compatible change of summary.v6.schema.json. The order and documentation of items changes.
  • (#422): Resort and group the options in the --help output for Iai-Callgrind command-line arguments.
  • Update direct dependencies: strum

Removed

  • (#417): Unused dependencies: serde_regex, tokio

Fixed

  • (52d71ad0): Removed the wrong link to schema version v2 in the machine-readable output section of guide.
  • (#417): -v in arguments for tools other than cachegrind and callgrind was not parsed the same way as --verbose

... (truncated)

Commits
  • 27399d0 Merge pull request #425 from gamma0987/release
  • e43135f Merge pull request #426 from iai-callgrind/renovate/clap-4.x-lockfile
  • 4dab4b9 chore(just): Fix version bump of the guide source files
  • 3cd4f14 chore(deps): update rust crate clap to v4.5.42
  • e930fce Bump version v0.16.0 -> v0.16.1
  • ed25dd7 chore(deps): Update dependencies
  • 3a1e51c Update CHANGELOG
  • 0cc275b Merge pull request #424 from gamma0987/update-docs
  • af7944b docs(lib+guide): Update documentation for --tolerance, ...
  • a4c66bb Update CHANGELOG
  • Additional commits viewable in compare view

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)

Updates the requirements on [iai-callgrind](https://github.com/iai-callgrind/iai-callgrind) to permit the latest version.
- [Release notes](https://github.com/iai-callgrind/iai-callgrind/releases)
- [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md)
- [Commits](gungraun/gungraun@v0.14.0...v0.16.1)

---
updated-dependencies:
- dependency-name: iai-callgrind
  dependency-version: 0.16.1
  dependency-type: direct:production
...

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 Mar 9, 2026
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

🐰 Bencher Report

Branchdependabot/cargo/iai-callgrind-0.16.1
TestbedLinux

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkEstimated CyclesBenchmark Result
estimated cycles x 1e6
(Result Δ%)
Upper Boundary
estimated cycles x 1e6
(Limit %)
Instructionsinstructions x 1e6L1 Hitshits x 1e6LL Hitshits x 1e3RAM Hitshits x 1e3Total read+writereads/writes x 1e6
ci_bench::ci::reader read:setup_video("big_buck_bunny_1080p_24fps_h264.h264"...📈 view plot
🚷 view threshold
16.61 x 1e6
(-0.35%)Baseline: 16.67 x 1e6
16.74 x 1e6
(99.26%)
📈 view plot
⚠️ NO THRESHOLD
8.15 x 1e6📈 view plot
⚠️ NO THRESHOLD
10.73 x 1e6📈 view plot
⚠️ NO THRESHOLD
17.93 x 1e3📈 view plot
⚠️ NO THRESHOLD
165.61 x 1e3📈 view plot
⚠️ NO THRESHOLD
10.91 x 1e6
🐰 View full continuous benchmarking report in Bencher

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.

0 participants