Skip to content

chore(deps): update rust crate criterion to 0.8#250

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/criterion-0.x
Closed

chore(deps): update rust crate criterion to 0.8#250
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/criterion-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 25, 2025

This PR contains the following updates:

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

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.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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
Copy Markdown

codecov Bot commented Jul 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.79%. Comparing base (7a412cd) to head (0c4f90c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #250      +/-   ##
==========================================
- Coverage   85.80%   85.79%   -0.02%     
==========================================
  Files          75       75              
  Lines       20331    20331              
  Branches    20331    20331              
==========================================
- Hits        17446    17443       -3     
- Misses       2784     2787       +3     
  Partials      101      101              

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

@renovate renovate Bot changed the title chore(deps): update rust crate criterion to 0.7 chore(deps): update rust crate criterion to 0.8 Nov 30, 2025
@renovate renovate Bot force-pushed the renovate/criterion-0.x branch from c2b9744 to 3166afb Compare November 30, 2025 00:58
@renovate renovate Bot force-pushed the renovate/criterion-0.x branch 13 times, most recently from 2a68d80 to c37857f Compare December 8, 2025 07:55
@renovate renovate Bot force-pushed the renovate/criterion-0.x branch from c37857f to 8e21837 Compare December 14, 2025 19:49
@renovate renovate Bot force-pushed the renovate/criterion-0.x branch from 8e21837 to 71c92a2 Compare January 1, 2026 11:50
@renovate renovate Bot force-pushed the renovate/criterion-0.x branch from 71c92a2 to 146d951 Compare February 8, 2026 16:57
@renovate renovate Bot force-pushed the renovate/criterion-0.x branch from 146d951 to 0c4f90c Compare May 30, 2026 22:43
@sdd sdd closed this May 30, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 30, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.8). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/criterion-0.x branch May 30, 2026 22:51
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 30, 2026

Merging this PR will create unknown performance changes

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

🆕 28 new benchmarks
⏩ 312 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
🆕 WallTime nearest_one: VecOfArenas + Eytzinger f64, 2^16 items N/A 5.5 ms N/A
🆕 WallTime nearest_n_within: VecOfArenas + Eytzinger PF f64, 2^16 items N/A 23.9 ms N/A
🆕 WallTime nearest_one: VecOfArenas + Eytzinger PF f32, 2^16 items N/A 5.4 ms N/A
🆕 WallTime nearest_one: FlatVec + Eytzinger PF f64, 2^16 items N/A 5.6 ms N/A
🆕 WallTime nearest_n_within_unsorted: VecOfArenas + Eytzinger PF f64, 2^16 items N/A 21.6 ms N/A
🆕 WallTime nearest_one: VecOfArenas + Eytzinger PF Far f64, 2^16 items N/A 5.7 ms N/A
🆕 WallTime nearest_n: VecOfArenas + Eytzinger PF f64, 2^16 items N/A 30 ms N/A
🆕 WallTime nearest_one: VecOfArenas + Eytzinger PF f64, 2^16 items N/A 5.7 ms N/A
🆕 WallTime nearest_one: VecOfArrays + Eytzinger PF f64, 2^16 items N/A 5.8 ms N/A
🆕 WallTime nearest_one: VecOfArenas + Donnelly PF f64, 2^16 items N/A 5.1 ms N/A
🆕 WallTime nearest_one: VecOfArenas + Donnelly SIMD Descent f64, 2^16 items N/A 9.2 ms N/A
🆕 WallTime nearest_one: VecOfArenas + Donnelly f64, 2^16 items N/A 5.8 ms N/A
🆕 WallTime approx_nearest_one: VecOfArenas + Eytzinger PF f64, 2^16 items N/A 2.3 ms N/A
🆕 WallTime best_n_within: VecOfArenas + Eytzinger PF f64, 2^16 items N/A 25.1 ms N/A
🆕 Simulation nearest_n_within: VecOfArenas + Eytzinger PF f64, 2^16 items N/A 50.2 ms N/A
🆕 Simulation nearest_one: FlatVec + Eytzinger PF f64, 2^16 items N/A 15.5 ms N/A
🆕 Simulation nearest_one: VecOfArenas + Eytzinger f64, 2^16 items N/A 15.2 ms N/A
🆕 Simulation nearest_one: VecOfArenas + Eytzinger PF f32, 2^16 items N/A 14.7 ms N/A
🆕 Simulation best_n_within: VecOfArenas + Eytzinger PF f64, 2^16 items N/A 61 ms N/A
🆕 Simulation nearest_one: VecOfArenas + Donnelly SIMD Descent f64, 2^16 items N/A 34 ms N/A
... ... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.


Comparing renovate/criterion-0.x (0c4f90c) with master (cb62177)2

Open in CodSpeed

Footnotes

  1. 312 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on master (7a412cd) during the generation of this report, so cb62177 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

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