Skip to content

Commit

Permalink
Add explaining note to dashboard
Browse files Browse the repository at this point in the history
This explains what kind of data is actually used for computing the dashboard values.
  • Loading branch information
Kobzol committed Sep 5, 2023
1 parent a584462 commit 550c31f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions site/frontend/templates/pages/dashboard.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{% extends "layout.html" %}
{% block content %}
<details style="margin-top: 10px;">
<summary>What data is in the dashboard?</summary>

The dashboard shows performance results for all stable Rust releases going back to
<code>1.28.0</code>, along with the latest <code>beta</code> release. The displayed
duration is an arithmetic mean amongst all
<a href="https://github.com/rust-lang/rustc-perf/tree/master/collector/compile-benchmarks#stable">stable</a>
benchmarks.
</details>

<div id="check-average-times"></div>
<div id="debug-average-times"></div>
<div id="opt-average-times"></div>
Expand Down

0 comments on commit 550c31f

Please sign in to comment.