Rpms for el10#131
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #131 +/- ##
=======================================
Coverage 94.57% 94.57%
=======================================
Files 46 46
Lines 6107 6107
Branches 6107 6107
=======================================
Hits 5776 5776
Misses 256 256
Partials 75 75
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
| Branch | pgarg/EX-13404/rocky10 |
| Testbed | ci-runner |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result nanoseconds (ns) (Result Δ%) | Lower Boundary nanoseconds (ns) (Limit %) | Upper Boundary nanoseconds (ns) (Limit %) |
|---|---|---|---|---|
| parse_benchmarks/combine_performance | 📈 view plot 🚷 view threshold | 119,000,000.00 ns(-49.58%)Baseline: 236,025,761.90 ns | -658,557,940.05 ns (-553.41%) | 1,130,609,463.86 ns (10.53%) |
|
| Branch | pgarg/EX-13404/rocky10 |
| Testbed | ci-runner |
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
- I1mr (misses (reads))
- Dw (writes)
- LL Hit Rate (hits (%))
- Total read+write (reads/writes)
- DLmw (misses (writes))
- L1 Hits (hits)
- L1 Hit Rate (hits (%))
- Dr (reads)
- D1mw (misses (writes))
- Estimated Cycles (cycles)
- LL Miss Rate (misses (%))
- DLmr (misses (reads))
- D1 Miss Rate (misses (%))
- I1 Miss Rate (misses (%))
- ILmr (misses (reads))
- LL Hits (hits)
- RAM Hits (hits)
- LLi Miss Rate (misses (%))
- D1mr (misses (reads))
- LLd Miss Rate (misses (%))
- RAM Hit Rate (hits (%))
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholdsflag.
Click to view all benchmark results
| Benchmark | D1 Miss Rate | misses (%) | D1mr | misses (reads) x 1e3 | D1mw | misses (writes) x 1e3 | DLmr | misses (reads) | DLmw | misses (writes) x 1e3 | Dr | reads x 1e6 | Dw | writes x 1e6 | Estimated Cycles | cycles x 1e6 | I1 Miss Rate | misses (%) | I1mr | misses (reads) x 1e3 | ILmr | misses (reads) | Instructions | Benchmark Result instructions x 1e6 (Result Δ%) | Lower Boundary instructions x 1e6 (Limit %) | Upper Boundary instructions x 1e6 (Limit %) | L1 Hit Rate | hits (%) | L1 Hits | hits x 1e6 | LL Hit Rate | hits (%) | LL Hits | hits x 1e3 | LL Miss Rate | misses (%) | LLd Miss Rate | misses (%) | LLi Miss Rate | misses (%) | RAM Hit Rate | hits (%) | RAM Hits | hits x 1e3 | Total read+write | reads/writes x 1e6 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| lustre_metrics::memory_benches::bench_encode_lustre_metrics with_setup:generate_records() | 📈 view plot | 0.92 % | 📈 view plot | 24.96 reads x 1e3 | 📈 view plot | 9.16 writes x 1e3 | 📈 view plot | 121.00 reads | 📈 view plot | 6.66 writes x 1e3 | 📈 view plot | 2.47 x 1e6 | 📈 view plot | 1.23 x 1e6 | 📈 view plot | 14.82 x 1e6 | 📈 view plot | 0.01 % | 📈 view plot | 1.08 reads x 1e3 | 📈 view plot | 902.00 reads | 📈 view plot 🚷 view threshold | 10.75 x 1e6(-18.36%)Baseline: 13.17 x 1e6 | 2.63 x 1e6 (24.45%) | 23.71 x 1e6 (45.34%) | 📈 view plot | 99.76 % | 📈 view plot | 14.41 x 1e6 | 📈 view plot | 0.19 % | 📈 view plot | 27.52 x 1e3 | 📈 view plot | 0.05 % | 📈 view plot | 0.18 % | 📈 view plot | 0.01 % | 📈 view plot | 0.05 % | 📈 view plot | 7.69 x 1e3 | 📈 view plot | 14.45 x 1e6 |
d8f602c to
86af716
Compare
2 tasks
86af716 to
c3aeda7
Compare
breuhan
approved these changes
Jul 9, 2026
palash3
approved these changes
Jul 9, 2026
c3aeda7 to
fa3f9b2
Compare
fa3f9b2 to
5a0951e
Compare
…le in container user `dtolnay/rust-toolchain@stable` for rust toolchain because `actions-rs/toolchain@v1` is deprecated
5a0951e to
343aad1
Compare
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 pull request updates the GitHub Actions workflow for releases, focusing on improving reliability, updating dependencies, and expanding build support. The most significant changes are the addition of Rocky Linux 10 RPM builds, modernization of action versions, and improved concurrency handling.
Build System Improvements:
releasejob to depend on the new Rocky Linux 10 build, and to download its artifacts alongside other distributions. [1] [2]Dependency and Action Updates:
actions/checkout@v3toactions/checkout@v4, and fromactions-rs/toolchain@v1todtolnay/rust-toolchain@stablefor Rust toolchain installation. [1] [2] [3] [4]Workflow Reliability and Modernization:
styfle/cancel-workflow-actionin favor of native workflowconcurrencysettings, which now handle cancellation of in-progress runs for the same branch or PR. [1] [2] [3]concurrencygroup to ensure only one workflow runs per PR or branch, reducing unnecessary resource usage and preventing race conditions.