File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pages/compare/compile/table Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function normalizeScenario(scenario: string): string {
4343 </script >
4444
4545<template >
46- <pre ><code >cargo run --bin collector -- release profile_local cachegrind \
46+ <pre ><code >./target/ release/collector profile_local cachegrind \
4747 +{{ firstCommit }} \<template v-if =" props .baselineCommit !== undefined " >
4848 --rustc2 +{{ props.commit }} \</template >
4949 --include {{ testCase.benchmark }} \
Original file line number Diff line number Diff line change @@ -312,8 +312,8 @@ onMounted(() => renderGraph());
312312 <div class =" title bold" >
313313 Local profiling command<Tooltip >
314314 Execute this command in a checkout of
315- <a href =" https://github.com/rust-lang/rustc-perf" >rustc-perf</a >
316- to generate a Cachegrind profile.
315+ <a href =" https://github.com/rust-lang/rustc-perf" >rustc-perf</a >,
316+ after a `cargo build --release`, to generate a Cachegrind profile.
317317 </Tooltip >
318318 </div >
319319
You can’t perform that action at this time.
0 commit comments