You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: triage/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ Difficult cases: the merge was a rollup of multiple PRs.
63
63
- Look through the PRs and try to determine which was the cause. Often you
64
64
can easily tell that one or more PRs could not have caused the change, e.g.
65
65
because they made trivial changes, documentation-only changes, etc.
66
+
- If there are still PRs left over, look at the 'detailed-query' page on perf.rlo: often, there is a single timing pass that improved significantly, and the name may give you a hint. You can find the page by expanding the dropdown for the build with the greatest change, then clicking on the percent change. Note that this does not work for `-doc` builds.
66
67
- If you can't narrow it down to a single PR, in the rollup PR ask all the
67
68
authors who might be responsible.
68
69
- Once you have narrowed it down to a single PR, treat it like an easy case,
0 commit comments