Skip to content

chore(deps): Update Rust crate criterion to 0.8.0#838

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/criterion-0.x
Open

chore(deps): Update Rust crate criterion to 0.8.0#838
renovate[bot] wants to merge 1 commit intomainfrom
renovate/criterion-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Type Update Change
criterion (source) dev-dependencies minor 0.5.10.8.0

Release Notes

criterion-rs/criterion.rs (criterion)

v0.8.2

Compare Source

Fixed
  • don't build alloca on unsupported targets
Other
  • (deps) bump crate-ci/typos from 1.40.0 to 1.43.0
  • Fix panic with uniform iteration durations in benchmarks
  • Update Readme
  • Exclude development scripts from published package

v0.8.1

Compare Source

Fixed
  • Homepage link
Other
  • (deps) bump crate-ci/typos from 1.23.5 to 1.40.0
  • (deps) bump jontze/action-mdbook from 3 to 4
  • (deps) bump actions/checkout from 4 to 6

v0.8.0

Compare Source

BREAKING
  • Drop async-std support
Changed
  • Bump MSRV to 1.86, stable to 1.91.1
Added
  • Add ability to plot throughput on summary page.
  • Add support for reporting throughput in elements and bytes - Throughput::ElementsAndBytes allows the text summary to report throughput in both units simultaneously.
  • Add alloca-based memory layout randomisation to mitigate memory effects on measurements.
  • Add doc comment to benchmark runner in criterion_group macro (removes linter warnings)
Fixed
  • Fix plotting NaN bug
Other
  • Remove Master API Docs links temporarily while we restore the docs publishing.

v0.7.0

Compare Source

  • Bump version of criterion-plot to align dependencies.

v0.6.0

Compare Source

Changed
  • MSRV bumped to 1.80
  • The real_blackbox feature no longer has any impact. Criterion always uses std::hint::black_box() now.
    Users of criterion::black_box() should switch to std::hint::black_box().
  • clap dependency unpinned.
Fixed
  • gnuplot version is now correctly detected when using certain Windows binaries/configurations that used to fail
Added
  • Async benchmarking with Tokio may be done via a tokio::runtime::Handle, not only a tokio::runtime::Runtime

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Nov 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.22%. Comparing base (61326ee) to head (ff921e3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #838   +/-   ##
=======================================
  Coverage   48.22%   48.22%           
=======================================
  Files          31       31           
  Lines        3602     3602           
=======================================
  Hits         1737     1737           
  Misses       1865     1865           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coveralls
Copy link

coveralls commented Nov 1, 2025

Pull Request Test Coverage Report for Build 21951482182

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 48.223%

Totals Coverage Status
Change from base Build 21554071108: 0.0%
Covered Lines: 1737
Relevant Lines: 3602

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/criterion-0.x branch from 2926d9b to 7600f17 Compare November 30, 2025 01:50
@renovate renovate bot changed the title chore(deps): Update Rust crate criterion to 0.7.0 chore(deps): Update Rust crate criterion to 0.8.0 Nov 30, 2025
@renovate renovate bot force-pushed the renovate/criterion-0.x branch from 7600f17 to 17f0c88 Compare December 7, 2025 21:29
@renovate renovate bot force-pushed the renovate/criterion-0.x branch from 17f0c88 to d12d7fe Compare December 31, 2025 14:02
@renovate renovate bot force-pushed the renovate/criterion-0.x branch 2 times, most recently from e3e422a to 6cdd2aa Compare February 4, 2026 12:58
@renovate renovate bot force-pushed the renovate/criterion-0.x branch from 6cdd2aa to ff921e3 Compare February 12, 2026 14:50
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.

1 participant

Comments