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.6.17
->0.6.18
1.0.9
->1.0.10
1.0.91
->1.0.93
1.10.0
->1.11.0
4.5.20
->4.5.21
1.3.0
->1.3.1
0.1.14
->0.1.16
2.6.0
->2.7.0
1.0.214
->1.0.215
1.0.132
->1.0.133
0.6.19
->0.6.20
Release Notes
rust-cli/anstyle (anstream)
v0.6.18
Compare Source
dtolnay/anyhow (anyhow)
v1.0.93
Compare Source
thiserror
v2v1.0.92
Compare Source
&raw const
and&raw mut
syntax insideensure!
(#390)BurntSushi/bstr (bstr)
v1.11.0
Compare Source
clap-rs/clap (clap)
v4.5.21
Compare Source
Fixes
ignore_errors(true)
BurntSushi/rust-csv (csv)
v1.3.1
Compare Source
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 takeself
, so that text editorsdon't recommend using it. ([#59])
Cache
BenchOptions
usingLazyLock
instead ofOnceLock
, saving space andsimplifying 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
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
.indexmap-rs/indexmap (indexmap)
v2.7.0
Compare Source
Entry::insert_entry
andVacantEntry::insert_entry
, returningan
OccupiedEntry
after insertion.serde-rs/serde (serde)
v1.0.215
Compare Source
serde-rs/json (serde_json)
v1.0.133
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.