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