-
Notifications
You must be signed in to change notification settings - Fork 45
chore(deps): Update compatible (dev) #162
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
0.1.14
->0.1.16
1.0.214
->1.0.215
0.6.19
->0.6.20
Release Notes
rust-cli/anstyle (anstream)
v0.6.18
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
.serde-rs/serde (serde)
v1.0.215
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.