File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,12 @@ It is split into a data [collector] and a [web frontend]. The raw performance
76
76
data is available [ here] ( https://github.com/rust-lang-nursery/rustc-timing )
77
77
and can be browsed on the [ perf website] ( https://perf.rust-lang.org ) .
78
78
79
+ One-off performance runs can done by addressing the [ rust-timer
80
+ bot] ( https://github.com/rust-timer ) . On a PR, do a "try" build (` @bors try ` ),
81
+ wait for it finish, then leave a comment with the merge commit hash like this:
82
+
83
+ @rust-timer build ac89e0324b48993d6d148f598ea0e7357e229c79
84
+
79
85
[ collector ] : https://github.com/rust-lang-nursery/rustc-perf/tree/master/collector
80
86
[ web frontend ] : https://github.com/rust-lang-nursery/rustc-perf/tree/master/site
81
87
You can’t perform that action at this time.
0 commit comments