-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
early return on duplicate span lowerings #149060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
early return on duplicate span lowerings
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
early return on duplicate span lowerings
This comment has been minimized.
This comment has been minimized.
7e0afd1 to
e9ad039
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
@bors2 try @rust-timer queue |
|
This pull request was already queued before and is awaiting a try build to finish. |
This comment has been minimized.
This comment has been minimized.
early return on duplicate span lowerings
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (a0c110f): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary -2.4%, secondary 2.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 471.624s -> 473.081s (0.31%) |
|
welp, that seems worth it |
|
lemme clean it up and mark it ready |
e9ad039 to
0087253
Compare
|
r? @oli-obk |
|
|
|
@bors r+ |
|
☀️ 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 1d6c526 (parent) -> fa1f706 (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard fa1f706fbd0fd1c02763ecb28915bf23c860cb32 --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 (fa1f706): comparison URL. Overall result: ❌ regressions - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -2.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResults (primary 0.0%, secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 470.852s -> 468.293s (-0.54%) |
|
@jdonszelmann Final version results are very different to the original. Revert? |
|
that's wild, I cannot imagine this to be anything but a perf improvement |
|
are we sure this is accurate? I'm getting 502s (@Kobzol) on a bunch of the detailed pages |
|
I guess I'll at least prep a revert yea |
|
This master commit was used as the parent of a perf. run where I also benchmarked Cranelift (that causes the benchmark failures and the 502 links). However, the comment was created before that Cranelift run started, so I think that it should be the cause. If you can create a revert and do a perf.run on it, that should confirm it. |
|
Are the benchmark sets in production already? And if so, wouldn't they incur a period of noise while their significance thresholds adjust to the new collectors' behavior? |
|
We still run only on one collector right now, the second is idle. (I want to change that today though 😅) |
|
perf triage: Marking as triaged, based on the discussion above. @rustbot label: +perf-regression-triaged |
…r=nnethercote Revert "early return on duplicate span lowerings" r? `@nnethercote` reverts #149060 because of perf regressions that are still wild to me
…r=nnethercote Revert "early return on duplicate span lowerings" r? `@nnethercote` reverts rust-lang/rust#149060 because of perf regressions that are still wild to me
@bors2 try