Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change
divan dev-dependencies patch 0.1.14 -> 0.1.16
snapbox (source) dev-dependencies patch 0.6.19 -> 0.6.20

Release Notes

nvzqz/divan (divan)

v0.1.16

Compare Source

Added
  • Thread pool for reusing threads across multi-threaded benchmarks. The result
    is that when running Divan benchmarks under a sampling profiler, the
    profiler's output will be cleaner and easier to understand. ([#​37])

  • Track the maximum number of allocations during a benchmark.

Changed
  • Make private Arg::get trait method not take self, so that text editors
    don't recommend using it. ([#​59])

  • Cache BenchOptions using LazyLock instead of OnceLock, saving space and
    simplifying the implementation.

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.

assert-rs/snapbox (snapbox)

v0.6.20

Compare Source


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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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) December 1, 2024 00:26
@coveralls
Copy link

coveralls commented Dec 1, 2024

Pull Request Test Coverage Report for Build 12125988013

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 30.478%

Totals Coverage Status
Change from base Build 12123835101: 0.0%
Covered Lines: 185
Relevant Lines: 607

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/compatible-(dev) branch from f274760 to 985a3aa Compare December 2, 2024 16:34
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch from 985a3aa to 3a74d4b Compare December 2, 2024 18:51
@epage epage closed this Dec 4, 2024
auto-merge was automatically disabled December 4, 2024 17:45

Pull request was closed

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.

2 participants