Avoid over-counting of UsePath in the HIR stats.#141725
Avoid over-counting of UsePath in the HIR stats.#141725bors merged 2 commits intorust-lang:masterfrom
UsePath in the HIR stats.#141725Conversation
This will make future diffs to this file much easier to read.
|
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot) |
…tats/input-stats.rs` output. This will make future diffs to this file much easier to read.
…he HIR stats.
|
Seems reasonable to me 👍 need to fix PR CI though |
|
The CI failures are all networks errors? |
|
Oh I misread things my bad lol |
|
not sure why I thought CI was currently failing @bors r+ rollup=iffy |
|
I reran the failing job and it passed. 👍 |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 337c11e (parent) -> 13a4540 (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 13a4540908d25642c0fa0ab726095cf57bbe6824 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (13a4540): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (secondary -0.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary 2.2%, secondary 0.7%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 774.952s -> 775.153s (0.03%) |
Currently we over-count. Details in the individual commits.
r? @BoxyUwU