Skip to content

Commit

Permalink
report: Add notice about the report being user-generated (#161)
Browse files Browse the repository at this point in the history
The idea is to make it clear the results could be biased by
architecture/platform or by the submitter (for example, by having it run
concurrently to other workloads).
  • Loading branch information
matheusd authored Jun 19, 2024
1 parent 763247e commit 2720e6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
     <link href="custom.css" rel="stylesheet" />
</head>
<body>
<p><i>
Note: This report is user-generated. For best comparison
results, re-run it on your target architecture/platform.
</i></p>
<div id="grid_json"></div>
<script>
$(function(){
Expand Down

0 comments on commit 2720e6a

Please sign in to comment.