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
The usual triage process is to issue a curl command like curl "https://perf.rust-lang.org/perf/triage?start=$PARENT", where $PARENT is found by looking at the end commit for the previous week's triage.
However, back on 2024-09-23, that methodology yielded a subset of the expected data.
is a report that covers the commit range: Revision range: 170d6cb8..749f80ab, a range covering just 2024-09-16 through 2024-09-19.
Luckily, @Kobzol pointed this out to me (I was driving 2024-09-23 triage) and so I ended up working around the issue (by manually looking at the history, determining that commit 506f22b4663f3e756e1e6a4f66c6309fdc00819c looked like the next merge from bors, using that latter commit as the basis for a second curl query, and then manually combining the two reports into one semi-unified report).
But it would be good to understand why this happened, and try to prevent it.
The text was updated successfully, but these errors were encountered:
The usual triage process is to issue a curl command like
curl "https://perf.rust-lang.org/perf/triage?start=$PARENT"
, where$PARENT
is found by looking at the end commit for the previous week's triage.However, back on 2024-09-23, that methodology yielded a subset of the expected data.
In particular, the result from doing:
is a report that covers the commit range: Revision range: 170d6cb8..749f80ab, a range covering just 2024-09-16 through 2024-09-19.
Luckily, @Kobzol pointed this out to me (I was driving 2024-09-23 triage) and so I ended up working around the issue (by manually looking at the history, determining that commit 506f22b4663f3e756e1e6a4f66c6309fdc00819c looked like the next merge from bors, using that latter commit as the basis for a second curl query, and then manually combining the two reports into one semi-unified report).
But it would be good to understand why this happened, and try to prevent it.
The text was updated successfully, but these errors were encountered: