Skip to content

Commit f6f67e0

Browse files
authored
Update General Instructions (#377)
Update general instructions on how to run Speedometer 3 with generic measurement advice.
1 parent 0c3af70 commit f6f67e0

File tree

2 files changed

+19
-24
lines changed

2 files changed

+19
-24
lines changed

instructions.html

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" href="resources/main.css" />
88
<link rel="icon" href="resources/favicon.png" />
99
</head>
10+
1011
<body>
1112
<main>
1213
<section id="instructions" class="visible" data-title="Test Instructions">
@@ -15,30 +16,19 @@
1516
<div class="version">3.0</div>
1617
</a>
1718
<div class="section-grid">
18-
<h1 class="section-header">Speedometer 3 Test Instructions</h1>
19+
<h1 class="section-header">Speedometer 3 General Instructions</h1>
1920
<div class="section-content">
20-
<h2>General Instructions</h2>
21-
<ol>
22-
<li>Before running Speedometer:</li>
23-
<ul>
24-
<li>Close all other applications.</li>
25-
<li>Close other browser windows and tabs.</li>
26-
<li>Use a fresh browser profile and a single window.</li>
27-
</ul>
28-
<li>While running Speedometer:</li>
29-
<ul>
30-
<li>Keep the browser window in the foreground.</li>
31-
<li>Do not use any other applications while Speedometer runs.</li>
32-
</ul>
33-
</ol>
34-
35-
<!-- TODO: fill in detailed instructions
36-
<h2>Detailed browser-specific instructions</h2>
37-
<h3>Chrome</h3>
38-
<h3>Edge</h3>
39-
<h3>Firefox</h3>
40-
<h3>Safari</h3>
41-
--></div>
21+
<p>To get reasonably accurate results your device and browser need to be focused on the benchmark. Here are some basic instructions to allow that:</p>
22+
<ul class="compact">
23+
<li>Ensure you are running the latest stable browser version.</li>
24+
<li>Prefer using a separate clean browser profile — extensions and non-default browser settings can have a large impact on the score.</li>
25+
<li>Don't run any programs in the background.</li>
26+
<li>Restart the browser and close all other tabs and windows.</li>
27+
<li>Keep the Speedometer page focused and do not interact with the device while running the benchmark.</li>
28+
<li>Keep your battery-powered device plugged into a charger.</li>
29+
<li>Some devices might need time to cool down between between consecutive runs.</li>
30+
</ul>
31+
</div>
4232
<div class="buttons section-footer">
4333
<div class="button-row">
4434
<a class="button" href="./" title="Show main section.">Home</a>

resources/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ li + ul > li {
144144
margin-top: 0;
145145
}
146146

147+
.compact li {
148+
margin-top: 5px;
149+
}
150+
147151
li + ul {
148152
margin-bottom: 21px;
149153
}
@@ -445,7 +449,8 @@ section#details h1 {
445449
margin-bottom: 10px;
446450
}
447451

448-
section#about .section-content > * {
452+
section#about .section-content > *,
453+
section#instructions .section-content > * {
449454
width: var(--text-width);
450455
padding-left: calc((var(--viewport-width) - var(--text-width)) / 2);
451456
}

0 commit comments

Comments
 (0)