-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing start commit for 90891 #1163
Comments
It's in the queue - https://perf.rust-lang.org/status.html - I'm not sure why we benchmarked in the wrong order yet. My suspicion is that the PR result was incorrectly queued as a try build, which would prioritize it over master commits, though it would typically have the parent commit still precede it. |
Should I close this issue then? |
No, it's not in queue? I mean, 90891, as it already failed, so other queued after 92711 will fail too. |
The parent commit (rust-lang/rust@08df8b8) of #90891's merge (rust-lang/rust@e58e7b1) is in the queue -- currently in progress. |
I thought, that if no parent for perf run exist, no benchmarks will be run at all, but i was wrong. It will run, but simply don't do comparison. |
OK, I think I likely know what happened:
I think it should be a relatively straightforward thing to change the queue code to fix this -- might actually represent a simplification since I think it'll probably mean dropping the prioritization logic. |
rust-lang/rust#90891 (comment)
The text was updated successfully, but these errors were encountered: