This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from liminzhu/master
Add RS4 JS benchmarks results
- Loading branch information
Showing
3 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<html> | ||
<head> | ||
<title>Browser performance comparison - JavaScript Benchmarks</title> | ||
<link type="text/css" rel="stylesheet" href="Style_benchmark.css" /> | ||
</head> | ||
<body> | ||
<div class="stage"> | ||
<h1 class="title">Browser performance comparison - JavaScript Benchmarks</h1> | ||
<h1 class="subtitle">Windows 10 April 2018 Update</h1> | ||
|
||
<h2>Methodology summary</h2> | ||
<p>The Microsoft Edge team ran the Apple Jetstream 1.1 benchmark on the latest versions of Microsoft Edge, Google Chrome, and Mozilla Firefox as of 3/26/2018: Microsoft Edge 17.17134, Google Chrome 65.0.3325.181, and Mozilla Firefox 59.0.2 (Quantum).</p> | ||
<p>For all three browsers, the test was performed on the same desktop PC running Windows 10 April 2018 Update (build 17134) and connected to the Internet through Ethernet.</p> | ||
|
||
<h2>Results</h2> | ||
<p>Microsoft Edge scored 29% faster than Google Chrome and 19% faster than Mozilla Firefox according to the Apple Jetstream 1.1 benchmark.</p> | ||
|
||
<img src="jetstreamResultsRS4.png" width="632" height="346"/> | ||
|
||
<table class="resultsTable"> | ||
<tr> | ||
<td></td> | ||
<td>Jetstream 1.1 score</td> | ||
</tr> | ||
<tr> | ||
<td>Firefox 59 Quantum (64-bit)</td> | ||
<td>156.53</td> | ||
</tr> | ||
<tr> | ||
<td>Chrome 65 (64-bit)</td> | ||
<td>144.34</td> | ||
</tr> | ||
<tr> | ||
<td>Microsoft Edge 17 (64-bit)</td> | ||
<td>185.97</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>Methodology details</h2> | ||
|
||
<h3>Computer setup</h3> | ||
<p>The test was performed on a desktop PC running the Windows 10 April 2018 Update (build 17134). All tests were initiated manually on identical remote machines in a test lab (OptiPlex 7010 with Intel(R) Core(TM) i5-3475S CPU @ 2.90GHz (4 CPUs), ~2.9GHz and 4GB RAM) with no other applications running. Power and internet cables were connected during the tests. Each test was run three times in each browser, with the median score reported above.</p> | ||
|
||
<h3>OS and browser versions</h3> | ||
<table> | ||
<tr> | ||
<td>OS</td> | ||
<td>Windows 10 Enterprise 17134</td> | ||
</tr> | ||
<tr> | ||
<td>Microsoft Edge</td> | ||
<td>Microsoft EdgeHTML 17.17134</td> | ||
</tr> | ||
<tr> | ||
<td>Chrome</td> | ||
<td>Google Chrome 65.0.3325.181 (64-bit)</td> | ||
</tr> | ||
<tr> | ||
<td>Firefox</td> | ||
<td>Firefox 59.0.2 Quantum (64-bit)</td> | ||
</tr> | ||
</table> | ||
|
||
<h3>Hardware</h3> | ||
<table> | ||
<tr> | ||
<td>Processor</td> | ||
<td>i5-3475S @ 2.90GHz (4 CPUs)</td> | ||
</tr> | ||
<tr> | ||
<td>Memory</td> | ||
<td>4GB</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
.stage { | ||
max-width:800px; | ||
margin:0 auto 40px auto; | ||
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | ||
} | ||
|
||
h1, h2, h3 { | ||
font-weight:500; | ||
margin-bottom:0; | ||
} | ||
|
||
.subtitle { | ||
margin:0; | ||
font-size:1.5em; | ||
} | ||
|
||
h2 { | ||
color:#0070c0; | ||
} | ||
|
||
p, td, li { | ||
color:#333; | ||
} | ||
|
||
p { | ||
margin-top:10px; | ||
} | ||
|
||
li { | ||
padding-left:10px; | ||
padding-bottom:4px; | ||
} | ||
|
||
table { | ||
margin: 20px auto 0 auto; | ||
border-top: #aaa 1px solid; | ||
} | ||
|
||
td { | ||
padding-right:20px; | ||
padding-bottom:4px; | ||
} | ||
|
||
.resultsTable td { | ||
text-align:right; | ||
} | ||
|
||
img { | ||
margin:5px auto; | ||
display:block; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.