8000 chore(deps): Update compatible (dev) by renovate[bot] · Pull Request #86 · gitext-rs/git2-ext · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): Update compatible (dev) #86

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 3 commits into from
Jan 2, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

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

Release Notes

nvzqz/divan (divan)

v0.1.17

Compare Source

Changed
  • Set [MSRV] to 1.80 for [LazyLock] and new size_of prelude import.

  • Reduced thread pool memory usage by many kilobytes by using rendezvous
    channels instead of array-based channels.

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.21

Compare Source

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) January 1, 2025 00:49
@coveralls
Copy link
coveralls commented Jan 1, 2025

Pull Request Test Coverage Report for Build 12586679532

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.05%) to 30.528%

Files with Coverage Reduction New Missed Lines %
src/ops.rs 1 27.11%
Totals Coverage Status
Change from base Build 12565986846: 0.05%
Covered Lines: 185
Relevant Lines: 606

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/compatible-(dev) branch from 4a57d8d to 3a820b4 Compare January 1, 2025 01:46
Copy link
Contributor Author
renovate bot commented Jan 2, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 796427c into main Jan 2, 2025
17 checks passed
@renovate renovate bot deleted the renovate/compatible-(dev) branch January 2, 2025 18:05
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
0