Conversation
|
| Branch | dependabot/cargo/rust/dependabot-3ecb75224c |
| Testbed | ubuntu-latest |
🚨 2 Alerts
| Benchmark | Measure Units | View | Benchmark Result (Result Δ%) | Upper Boundary (Limit %) |
|---|---|---|---|---|
| ExampleIterator | Latency milliseconds (ms) | 📈 plot 🚷 threshold 🚨 alert (🔔) | 214.84 ms(+744.92%)Baseline: 25.43 ms | 43.13 ms (498.10%) |
| parallel_map | Latency milliseconds (ms) | 📈 plot 🚷 threshold 🚨 alert (🔔) | 86.81 ms(+403.73%)Baseline: 17.23 ms | 30.30 ms (286.47%) |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result milliseconds (ms) (Result Δ%) | Upper Boundary milliseconds (ms) (Limit %) |
|---|---|---|---|
| BatchIterator | 📈 view plot 🚷 view threshold | 166.80 ms | |
| BatchIterator #2 | 📈 view plot 🚷 view threshold | 277.33 ms | |
| ExampleIterator | 📈 view plot 🚷 view threshold 🚨 view alert (🔔) | 214.84 ms(+744.92%)Baseline: 25.43 ms | 43.13 ms (498.10%) |
| parallel_map | 📈 view plot 🚷 view threshold 🚨 view alert (🔔) | 86.81 ms(+403.73%)Baseline: 17.23 ms | 30.30 ms (286.47%) |
Bumps the dependabot group in /rust with 1 update: [rayon](https://github.com/rayon-rs/rayon). Updates `rayon` from 1.11.0 to 1.12.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0) --- updated-dependencies: - dependency-name: rayon dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot ... Signed-off-by: dependabot[bot] <support@github.com>
471aa59 to
3e1ecbc
Compare
jmichelp
approved these changes
Apr 22, 2026
Coverage Report for CI Build 24764189793Coverage remained the same at 88.617%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
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.
Bumps the dependabot group with 1 update in the /rust directory: rayon.
Updates
rayonfrom 1.11.0 to 1.12.0Changelog
Sourced from rayon's changelog.
Commits
7449d7dMerge #1093b3d9e3fRelease rayon 1.8.0 and rayon-core 1.12.03fe51e5Fix clippy::let_and_return082f215Merge #1087ea0c06dcore: registry: Factor out "wait till out of work" part of the main loop.75524e2Merge #106301d2800Ignore the multi-threaded test on emscripten/wasm40b59c0core: Make use_current_thread error rather than panic when already in the pool.f4db4d7core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.87274adcore: registry: Add some more documentation for ThreadPoolBuilder::use_curren...