Skip to content

Commit 2f35916

Browse files
authored
Merge pull request #1714 from Kobzol/dashboard-help
https://github.com/rust-lang/rustc-perf/issues/1704Add explaining note to dashboard
2 parents a584462 + 550c31f commit 2f35916

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/frontend/templates/pages/dashboard.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{% extends "layout.html" %}
22
{% block content %}
3+
<details style="margin-top: 10px;">
4+
<summary>What data is in the dashboard?</summary>
5+
6+
The dashboard shows performance results for all stable Rust releases going back to
7+
<code>1.28.0</code>, along with the latest <code>beta</code> release. The displayed
8+
duration is an arithmetic mean amongst all
9+
<a href="https://github.com/rust-lang/rustc-perf/tree/master/collector/compile-benchmarks#stable">stable</a>
10+
benchmarks.
11+
</details>
12+
313
<div id="check-average-times"></div>
414
<div id="debug-average-times"></div>
515
<div id="opt-average-times"></div>

0 commit comments

Comments
 (0)