We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ba22e commit fe056abCopy full SHA for fe056ab
src/tests/ci.md
@@ -173,6 +173,11 @@ of [`jobs.yml`]:
173
- `optional` jobs are executed only when explicitly requested via a try build.
174
They are typically used for tier 2 and tier 3 targets.
175
176
+One reason to do a try build is to do a perf run, as described above, with `@rust-timer queue`.
177
+This perf build then compares against some commit on main.
178
+With `@bors try parent=<sha>` you can base your try build and subsequent perf run on a specific commit on `main`,
179
+to help make the perf comparison as fair as possible.
180
+
181
> **Using `try-job` PR description directives**
182
>
183
> 1. Identify which set of try-jobs you would like to exercise. You can
0 commit comments