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 a48ddba commit 938e468Copy full SHA for 938e468
site/frontend/src/pages/compare/compile/table/benchmark-detail.vue
@@ -336,12 +336,12 @@ onMounted(() => renderGraphs());
336
</li>
337
<li>
338
<a :href="detailedQueryLink(props.baseArtifact)" target="_blank">
339
- Rustc self-profile: baseline commit
+ Self-profile (before)
340
</a>
341
342
343
<a :href="detailedQueryLink(props.artifact)" target="_blank">
344
- Rustc self-profile: benchmarked commit
+ Self-profile (after)
345
346
347
0 commit comments