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
Copy file name to clipboardExpand all lines: collector/compile-benchmarks/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,7 @@ Rust code being written today.
189
189
`"cargo_toml"` entry.
190
190
- If you get a "non-wrapped rustc" error when running it, you'll need a
191
191
`"touch_file"` entry.
192
+
- See [`collector/src/benchmark/mod.rs`](https://github.com/rust-lang/rustc-perf/blob/12cb796f8a932a891b385ba23a36d78a2867ace1/collector/src/benchmark/mod.rs#L24-L27) for a complete reference.
192
193
- Consider adding one or more `N-*.patch` files for the `IncrPatched`
193
194
scenario.
194
195
- If it's a primary benchmark, you should definitely do this.
0 commit comments