Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Quote encoding #2

Merged
merged 4 commits into from
Sep 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2016-09/NetflixMethodology.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Computer setup</h3>
<li>Ambient light sensor was temporarily disabled</li>
<li>All queued Ngen complication jobs were completed</li>
<li>Windows update was temporarily disabled</li>
<li>New network found prompts were disabled</li>
<li>&quot;New network found&quot; prompts were disabled</li>
<li>Windows Error Reporting was temporarily disabled</li>
<li>Queued idle tasks were forced to complete</li>
<li>Defender was running normally and up to date</li>
Expand Down
2 changes: 1 addition & 1 deletion 2016-09/VimeoMethodology.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Computer setup</h3>
<li>Ambient light sensor was temporarily disabled</li>
<li>All queued Ngen complication jobs were completed</li>
<li>Windows update was temporarily disabled</li>
<li>New network found prompts were disabled</li>
<li>&quot;New network found&quot; prompts were disabled</li>
<li>Windows Error Reporting was temporarily disabled</li>
<li>Queued idle tasks were forced to complete</li>
<li>Defender was running normally and up to date</li>
Expand Down
14 changes: 7 additions & 7 deletions 2016-09/WebdriverMethodology.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>Computer setup</h3>
<li>Ambient light sensor was temporarily disabled</li>
<li>All queued Ngen complication jobs were completed</li>
<li>Windows update was temporarily disabled</li>
<li>New network found prompts were disabled</li>
<li>&quot;New network found&quot; prompts were disabled</li>
<li>Windows Error Reporting was temporarily disabled</li>
<li>Queued idle tasks were forced to complete</li>
<li>Defender was running normally and up to date</li>
Expand Down Expand Up @@ -88,34 +88,34 @@ <h3>Activites and automation harness</h3>
<p>Note that pauses are included throughout this workload, but are not included in this description for simplicity. Each scenario (one domain in one tab) lasts about a minute before the next tab is opened, though it varies by scenario.</p>
<ol>
<li>Open the respective browser</li>
<li>Navigate to a video on Youtube.com: Microsoft Design: Connecting Makers</li>
<li>Navigate to a video on Youtube.com: &quot;Microsoft Design: Connecting Makers&quot;</li>
<li>The video will autoplay and will continue in a background tab for the remainder of the test</li>
<li>Open a new tab</li>
<li>In the new tab, navigate to amazon.com</li>
<li>In the search box, enter Game of Thrones and press enter</li>
<li>Click on Game of Thrones Season 1</li>
<li>In the search box, enter &quot;Game of Thrones&quot; and press enter</li>
<li>Click on &quot;Game of Thrones Season 1&quot;</li>
<li>Scroll down to the reviews</li>
<li>Open a new tab</li>
<li>In the new tab, navigate to Facebook.com</li>
<li>Log in to Facebook</li>
<li>Scroll through the feed on Facebook</li>
<li>Open a new tab</li>
<li>In the new tab, navigate to google.com</li>
<li>Search for Seattle</li>
<li>Search for &quot;Seattle&quot;</li>
<li>Open a new tab</li>
<li>In the new tab, navigate to gmail.com</li>
<li>Log in to Gmail</li>
<li>Open and then close several messages in the inbox</li>
<li>Open a new tab</li>
<li>In the new tab, navigate to the Wikipedia article on United States</li>
<li>In the new tab, navigate to the Wikipedia article on &quot;United States&quot;</li>
<li>Scroll through the article</li>
<li>Close the browser</li>
</ol>

<p>The code used to execute the test can be found <a href="https://github.com/MicrosoftEdge/powertest/releases/tag/bloggedVersion" target="_blank">on Github</a>.</p>

<h3>Measuring power</h3>
<p>Power was measured on the Surface Book because it has integrated hardware instrumentation thats able to measure the real power consumption of the CPU, GPU and Wifi antenna while the automation is being executed. This is done using the <a href="https://www.maximintegrated.com/en/products/analog/amplifiers/MAX34407.html" target="_blank">Maxim 34407 Power Accumulator chip</a>. The results of the Maxim chips were read using the built in Windows tool Performance Monitor. Performance Monitor was opened and configured to measure each component independently:</p>
<p>Power was measured on the Surface Book because it has integrated hardware instrumentation that's able to measure the real power consumption of the CPU, GPU and Wifi antenna while the automation is being executed. This is done using the <a href="https://www.maximintegrated.com/en/products/analog/amplifiers/MAX34407.html" target="_blank">Maxim 34407 Power Accumulator chip</a>. The results of the Maxim chips were read using the built in Windows tool &quot;Performance Monitor&quot;. Performance Monitor was opened and configured to measure each component independently:</p>
<ul>
<li>\Energy Meter (CPU_CORES)\Power</li>
<li>\Energy Meter (GPU_TOP)\Power</li>
Expand Down