dholroyd / h264-reader

Rust reader for H264 bitsream syntax
Apache License 2.0
72 stars 25 forks source link

Update iai-callgrind requirement from 0.11.0 to 0.12.3 #80

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

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

Release notes

Sourced from iai-callgrind's releases.

v0.12.3

[0.12.3] - 2024-08-09

Added

  • (#221): Add the LibraryBenchmarkConfig::truncate_description and BinaryBenchmarkConfig::truncate_description method to be able to adjust the truncation behaviour of the DESCRIPTION (as in benchmark_file::group::function_name id:DESCRIPTION) in the benchmark output.

Changed

  • (#221): Slightly increased the default truncation length of the description in the benchmark output to 50 ascii characters.
  • Update locked non-development dependencies:
    • tempfile: 3.11.0 -> 3.12.0
    • serde: 1.0.204 -> 1.0.205

Full Changelog: https://github.com/iai-callgrind/iai-callgrind/compare/v0.12.2...v0.12.3

Changelog

Sourced from iai-callgrind's changelog.

[0.12.3] - 2024-08-09

Added

  • (#221): Add the LibraryBenchmarkConfig::truncate_description and BinaryBenchmarkConfig::truncate_description method to be able to adjust the truncation behaviour of the DESCRIPTION (as in benchmark_file::group::function_name id:DESCRIPTION) in the benchmark output.

Changed

  • (#221): Slightly increase the default truncation length of the description in the benchmark output to 50 ascii characters.
  • Update locked non-development dependencies:
    • tempfile: 3.11.0 -> 3.12.0
    • serde: 1.0.204 -> 1.0.205

[0.12.2] - 2024-08-06

Added

  • (#210): Add the file parameter to the #[benches] attribute to support creation of benchmarks from the specified file. Each line of this file represents a new benchmark and the read line is passed to the benchmark function or if the setup parameter is also present to the setup function.
  • (#211): Add support for a setup and teardown function in the library_benchmark_group and main macro. The group setup function is run before any benchmark of this group and the teardown function after all benchmarks of the same group. Similarly, the setup function of the main macro is run before any benchmark group and the teardown function after all benchmarks.

Changed

  • Update locked non-development dependencies:
    • regex: 1.10.5 -> 1.10.6
    • tempfile: 3.10.1 -> 3.11.0
    • serde_json: -> 1.0.121 -> 1.0.122
    • indexmap: 2.2.6 -> 2.3.0

Fixed

  • The library documentation in parts still mentioned EventKind::EstimatedCycles as default regression kind instead of EventKind::Ir. This default has changed in v0.11.0.

... (truncated)

Commits
  • 4d25cdd Merge branch 'release'
  • 30393ca tests(client_reqs): Fix filter cachegrind output if EXIDX warnings are present
  • 065f054 tests(client_reqs): Fix docker warning InvalidDefaultArgInFrom
  • a00864e Update CHANGELOG
  • 7bd2f52 Bump version v0.12.2 -> v0.12.3
  • b1310e0 Merge pull request #223 from iai-callgrind/renovate/serde-monorepo
  • 572a03f chore(deps): update rust crate serde to v1.0.205
  • ff83678 Merge pull request #221 from gamma0987/support-adjustment-truncation
  • bfbd944 Merge pull request #220 from iai-callgrind/renovate/tempfile-3.x-lockfile
  • 3d5d5b7 feat(truncate): Support adjustable truncation of description in output header
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
github-actions[bot] commented 1 month ago

🐰Bencher

ReportFri, August 9, 2024 at 18:06:13 UTC
Projecth264-reader
Branch80/merge
Testbedlocalhost

⚠️ WARNING: The following Measures do not have a Threshold. Without a Threshold, no Alerts will ever be generated!

  • Instructions (instructions)
  • L1 Hits (l1-hits)
  • L2 Hits (l2-hits)
  • RAM Hits (ram-hits)
  • Total read+write (total-read-write)

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 CLI flag.

Click to view all benchmark results
BenchmarkEstimated CyclesEstimated Cycles Results
estimated cycles | (Δ%)
InstructionsInstructions Results
instructions
L1 HitsL1 Hits Results
hits
L2 HitsL2 Hits Results
hits
RAM HitsRAM Hits Results
hits
Total read+writeTotal read+write Results
reads/writes
ci_bench::ci::reader read:setup_video("big_buck_bunny_1080p_24fps_h264.h264"...✅ (view plot)16,692,312.00➖ (view plot)8,218,574.00➖ (view plot)10,824,602.00➖ (view plot)14,629.00➖ (view plot)165,559.00➖ (view plot)11,004,790.00

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help
dependabot[bot] commented 3 weeks ago

Superseded by #82.