Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update Rust crate divan to v0.1.15 #5798

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Type Update Change
divan dev-dependencies patch 0.1.14 -> 0.1.15

Release Notes

nvzqz/divan (divan)

v0.1.15

Compare Source

Added
  • [CyclesCount] counter to display cycle throughput as Hertz.
  • Track the maximum number of bytes allocated during a benchmark.
Removed
  • Remove has_cpuid polyfill due to it no longer being planned for Rust, since
    CPUID is assumed to be available on all old x86 Rust targets.
Fixed
  • List generic benchmark type parameter A<4> before A<32> ([#​64]).

  • Improve precision by using f64 when calculating allocation count and sizes
    for the median samples.

  • Multi-thread allocation counting in sum_alloc_tallies on macOS was loading a
    null pointer instead of the pointer initialized by sync_threads.

Changes
  • Sort all output benchmark names
    naturally instead of
    lexicographically.

  • Internally reuse [&[&str] slice][slice] for [args] names.

  • Subtract overhead of [AllocProfiler] from timings. Now that Divan also
    tracks the maximum bytes allocated, the overhead was apparent in timings.

  • Simplify ThreadAllocInfo::clear.

  • Move measured loop overhead from SharedContext to global OnceLock.

  • Macros no longer rely on std being re-exported by Divan. Instead they use
    ::std or ::core to greatly simplify code. Although this is technically a
    breaking change, it is extremely unlikely to do extern crate std as x.


Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 1, 2024 04:14
@renovate renovate bot merged commit 5c932b7 into master Nov 1, 2024
27 checks passed
@renovate renovate bot deleted the renovate/compatible-(dev) branch November 1, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants