Skip to content

Commit cf988f4

Browse files
committed
Modify Cachegrind command
1 parent 95764b8 commit cf988f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/components/cachegrind-cmd.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function normalizeScenario(scenario: string): string {
4343
</script>
4444

4545
<template>
46-
<pre><code>cargo run --bin collector profile_local cachegrind \
46+
<pre><code>cargo run --bin collector --release profile_local cachegrind \
4747
+{{ firstCommit }} \<template v-if="props.baseline_commit !== undefined">
4848
--rustc2 +{{ props.commit }} \</template>
4949
--include {{ testCase.benchmark }} \

0 commit comments

Comments
 (0)