Skip to content

Commit bd38471

Browse files
Merge pull request #798 from jyn514/intructions
Suggest looking at detailed-query page for rollups
2 parents 2ed6a5d + fe27aa8 commit bd38471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

triage/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Difficult cases: the merge was a rollup of multiple PRs.
6363
- Look through the PRs and try to determine which was the cause. Often you
6464
can easily tell that one or more PRs could not have caused the change, e.g.
6565
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.
6667
- If you can't narrow it down to a single PR, in the rollup PR ask all the
6768
authors who might be responsible.
6869
- Once you have narrowed it down to a single PR, treat it like an easy case,

0 commit comments

Comments
 (0)