Skip to content

Commit 9dd3ccb

Browse files
committed
Shorten link names in benchmark detail
1 parent 4fde795 commit 9dd3ccb

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
@@ -336,12 +336,12 @@ onMounted(() => renderGraphs());
336336
</li>
337337
<li>
338338
<a :href="detailedQueryLink(props.baseArtifact)" target="_blank">
339-
Rustc self-profile: baseline commit
339+
Self-profile (before)
340340
</a>
341341
</li>
342342
<li>
343343
<a :href="detailedQueryLink(props.artifact)" target="_blank">
344-
Rustc self-profile: benchmarked commit
344+
Self-profile (after)
345345
</a>
346346
</li>
347347
<li>

0 commit comments

Comments
 (0)