File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
site/frontend/src/pages/compare/compile/table Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -237,28 +237,28 @@ onMounted(() => renderGraph());
237
237
<ul >
238
238
<li >
239
239
<a
240
- :href =" graphLink (props.artifact, props.metric, props.testCase )"
240
+ :href =" detailedQueryLink (props.artifact, props.baseArtifact )"
241
241
target =" _blank"
242
242
>
243
- History graph
243
+ Detailed results
244
244
</a >
245
245
</li >
246
246
<li >
247
247
<a
248
- :href =" detailedQueryLink (props.artifact, props.baseArtifact )"
248
+ :href =" graphLink (props.artifact, props.metric, props.testCase )"
249
249
target =" _blank"
250
250
>
251
- Self profile (diff)
251
+ History graph
252
252
</a >
253
253
</li >
254
254
<li >
255
255
<a :href =" detailedQueryLink(props.baseArtifact)" target =" _blank" >
256
- Self profile (before)
256
+ Rustc self- profile: baseline commit
257
257
</a >
258
258
</li >
259
259
<li >
260
260
<a :href =" detailedQueryLink(props.artifact)" target =" _blank" >
261
- Self profile (after)
261
+ Rustc self- profile: benchmarked commit
262
262
</a >
263
263
</li >
264
264
<li >
You can’t perform that action at this time.
0 commit comments