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 95764b8 commit cf988f4Copy full SHA for cf988f4
site/frontend/src/components/cachegrind-cmd.vue
@@ -43,7 +43,7 @@ function normalizeScenario(scenario: string): string {
43
</script>
44
45
<template>
46
- <pre><code>cargo run --bin collector profile_local cachegrind \
+ <pre><code>cargo run --bin collector --release profile_local cachegrind \
47
+{{ firstCommit }} \<template v-if="props.baseline_commit !== undefined">
48
--rustc2 +{{ props.commit }} \</template>
49
--include {{ testCase.benchmark }} \
0 commit comments