chore(deps): Update Rust crate divan to v0.1.15 #5798
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.Removed
has_cpuid
polyfill due to it no longer being planned for Rust, sinceCPUID is assumed to be available on all old x86 Rust targets.
Fixed
List generic benchmark type parameter
A<4>
beforeA<32>
([#64]).Improve precision by using
f64
when calculating allocation count and sizesfor the median samples.
Multi-thread allocation counting in
sum_alloc_tallies
on macOS was loading anull 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 alsotracks the maximum bytes allocated, the overhead was apparent in timings.
Simplify
ThreadAllocInfo::clear
.Move measured loop overhead from
SharedContext
to globalOnceLock
.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 abreaking 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.
This PR was generated by Mend Renovate. View the repository job log.