Skip to content

Commit b0a8625

Browse files
committed
Modify links
1 parent cf988f4 commit b0a8625

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,28 +237,28 @@ onMounted(() => renderGraph());
237237
<ul>
238238
<li>
239239
<a
240-
:href="graphLink(props.artifact, props.metric, props.testCase)"
240+
:href="detailedQueryLink(props.artifact, props.baseArtifact)"
241241
target="_blank"
242242
>
243-
History graph
243+
Detailed results
244244
</a>
245245
</li>
246246
<li>
247247
<a
248-
:href="detailedQueryLink(props.artifact, props.baseArtifact)"
248+
:href="graphLink(props.artifact, props.metric, props.testCase)"
249249
target="_blank"
250250
>
251-
Self profile (diff)
251+
History graph
252252
</a>
253253
</li>
254254
<li>
255255
<a :href="detailedQueryLink(props.baseArtifact)" target="_blank">
256-
Self profile (before)
256+
Rustc self-profile: baseline commit
257257
</a>
258258
</li>
259259
<li>
260260
<a :href="detailedQueryLink(props.artifact)" target="_blank">
261-
Self profile (after)
261+
Rustc self-profile: benchmarked commit
262262
</a>
263263
</li>
264264
<li>

0 commit comments

Comments
 (0)