Skip to content

Commit 4644e24

Browse files
committed
improve descriptions
1 parent 8c31f3e commit 4644e24

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

site/frontend/src/pages/dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function renderRuntime(element: string, data: [number], versions: [string]) {
8989
type: "line",
9090
},
9191
title: {
92-
text: `Average time for a run`,
92+
text: `Average time for a runtime benchmark`,
9393
},
9494
yAxis: {
9595
title: {text: "Seconds"},

site/frontend/templates/pages/dashboard.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<code>1.28.0</code>, along with the latest <code>beta</code> release. The displayed
2020
duration is an arithmetic mean amongst all
2121
<a href="https://github.com/rust-lang/rustc-perf/tree/master/collector/compile-benchmarks#stable">stable</a>
22-
benchmarks.
22+
benchmarks. The dashboard also shows the average duration of runtime benchmarks, which measure the performance of
23+
Rust programs
24+
compiled by a given version of the Rust compiler.
2325
</details>
2426

2527
<div class="graphs">

0 commit comments

Comments
 (0)