dholroyd / mpeg2ts-reader

Rust reader for MPEG2 Transport Stream data
Apache License 2.0
52 stars 14 forks source link

Update iai-callgrind requirement from 0.11.0 to 0.13.2 #69

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Release notes

Sourced from iai-callgrind's releases.

v0.13.2

Changelog

[0.13.2] - 2024-09-03

Fixed

  • (#252): When using callgrind client requests like start_instrumentation, stop_instrumentation together with --collect-at-start=no then all metrics were zero. Thanks to @​hargut
  • (#257): A small cosmetic fix for the factor in the benchmark output if it was negative infinite. [++-inf+++] was changed to [---inf---].
  • (#258): The teardown function of a library_benchmark_group! was only executed if a setup function was present, too.

New Contributors

Full Changelog: https://github.com/iai-callgrind/iai-callgrind/compare/v0.13.1...v0.13.2

Changelog

Sourced from iai-callgrind's changelog.

[0.13.2] - 2024-09-03

Fixed

  • (#252): When using callgrind client requests like start_instrumentation, stop_instrumentation together with --collect-at-start=no then all metrics were zero. Thanks to @​hargut
  • (#257): A small cosmetic fix for the factor in the benchmark output if it was negative infinite. [++-inf+++] was changed to [---inf---].
  • (#258): The teardown function of a library_benchmark_group! was only executed if a setup function was present, too.

[0.13.1] - 2024-08-28

Changed

  • Updated locked non-development dependencies:
    • cc: 1.1.13 -> 1.1.15
    • quote: 1.0.36 -> 1.0.37
    • serde: 1.0.208 -> 1.0.209
    • serde_json: 1.0.126 -> 1.0.127
    • syn: 2.0.75 -> 2.0.76

Fixed

  • (#221): If the Command's path was a simple command name like echo, cat, the path was interpreted as relative path instead of searched in the $PATH. Relative paths like ./echo are now interpreted as relative to the current directory. If running the Command in a Sandbox, this is the root directory of the Sandbox. Otherwise, it is the directory which is set by cargo bench.

[0.13.0] - 2024-08-19

!!! IMPORTANT The default to run binary benchmarks in a sandbox has been changed from true to false. The setup and teardown of the binary_benchmark_group! are not executed in the sandbox anymore !!!

The way to set up binary benchmarks has completely changed and has been rewritten from scratch! The api for binary and library benchmarks is now consistent and most features from library benchmarks which were missing for binary benchmarks are now available in binary benchmarks, too. For example comparison of benchmarks by id. If you are using library benchmarks but not binary benchmarks, this release doesn't change much. There are no breaking changes for library benchmarks and you can jump right to the changes section of this release. Otherwise, here's a small introduction to the new api and the changes for binary benchmarks.

... (truncated)

Commits
  • 130cd38 Merge branch 'release'
  • 5e03388 Bump version v0.13.1 -> v0.13.2
  • d17348f Update CHANGELOG
  • 2cc1042 Merge pull request #259 from gamma0987/chore-verify-benches-not-zero-costs
  • 71571ba chore(benchmark-tests): Use clearer assertion messages if it fails
  • 75a82e0 chore(benchmark-tests): Add possibility to assert complex details in benchmar...
  • e28beb3 tests(bench): Verify that costs are not all zero for all benchmark-tests
  • 9aa28a3 Merge pull request #257 from gamma0987/fix-format-neg-inf
  • 941aa71 Merge pull request #252 from hargut/fix/output-parsing-client-requests
  • a5ff14f fix(summary_parser): extract "totals" when "summary" is "0"
  • 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 2 months ago

🐰Bencher

ReportWed, September 4, 2024 at 06:21:22 UTC
Projectmpeg2ts-reader
Branch69/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 | (Δ%)
Estimated Cycles Lower Boundary
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✅ (view plot)33,791,857.00 (+15.43%)27,811,346.68 (82.30%)➖ (view plot)20,346,236.00➖ (view plot)26,393,627.00➖ (view plot)4,417.00➖ (view plot)210,747.00➖ (view plot)26,608,791.00

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

Superseded by #70.