We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a584462 + 550c31f commit 2f35916Copy full SHA for 2f35916
site/frontend/templates/pages/dashboard.html
@@ -1,5 +1,15 @@
1
{% extends "layout.html" %}
2
{% 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
13
<div id="check-average-times"></div>
14
<div id="debug-average-times"></div>
15
<div id="opt-average-times"></div>
0 commit comments