Skip to content

Commit cb5979d

Browse files
committed
Shorten link names in benchmark detail
1 parent b7a8b49 commit cb5979d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/frontend/src/pages/compare/compile/table/benchmark-detail.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,12 @@ onMounted(() => renderGraphs());
334334
</li>
335335
<li>
336336
<a :href="detailedQueryLink(props.baseArtifact)" target="_blank">
337-
Rustc self-profile: baseline commit
337+
Self-profile (before)
338338
</a>
339339
</li>
340340
<li>
341341
<a :href="detailedQueryLink(props.artifact)" target="_blank">
342-
Rustc self-profile: benchmarked commit
342+
Self-profile (after)
343343
</a>
344344
</li>
345345
<li>

0 commit comments

Comments
 (0)