Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: tools/perf/page_sets/tough_energy_cases.py

Issue 554723004: Removed cases that were taking too much power. Re-recorded html5 video and flash pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed old pagesets from JSON Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/data/tough_energy_cases_004.wpr.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_energy_cases.py
diff --git a/tools/perf/page_sets/tough_energy_cases.py b/tools/perf/page_sets/tough_energy_cases.py
index 764dfd52d8eaf27681e1f529514cf3973e173337..9606157097d5aae07656004ac089ccb03b5972f8 100644
--- a/tools/perf/page_sets/tough_energy_cases.py
+++ b/tools/perf/page_sets/tough_energy_cases.py
@@ -45,13 +45,15 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet):
# Why: productivity, top google properties
self.AddPage(GooglePage('https://mail.google.com/mail/', self))
+ # Disabled: pegs CPU too much to get meaningful results.
# Why: Image constantly changed in the background, above the fold
- self.AddPage(CodePenPage(
- 'http://codepen.io/testificate364/debug/eIutG', self))
+ # self.AddPage(CodePenPage(
+ # 'http://codepen.io/testificate364/debug/eIutG', self))
+ # Disabled: pegs CPU too much to get meaningful results.
# Why: Image constantly changed in the background, below the fold
- self.AddPage(CodePenPage(
- 'http://codepen.io/testificate364/debug/zcDdv', self))
+ # self.AddPage(CodePenPage(
+ # 'http://codepen.io/testificate364/debug/zcDdv', self))
# Why: CSS Animation, above the fold
self.AddPage(CodePenPage(
@@ -101,21 +103,24 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet):
self.AddPage(CodePenPage(
'http://codepen.io/testificate364/debug/EFceH', self))
+ # Disabled: pegs CPU too much to get meaningful results.
# Why: PostMessage between frames, above the fold
- self.AddPage(CodePenPage(
- 'http://codepen.io/testificate364/debug/pgBHu', self))
+ # self.AddPage(CodePenPage(
+ # 'http://codepen.io/testificate364/debug/pgBHu', self))
+ # Disabled: pegs CPU too much to get meaningful results.
# Why: Asynchronous XHR continually running
- self.AddPage(CodePenPage(
- 'http://codepen.io/testificate364/debug/iwAfJ', self))
+ # self.AddPage(CodePenPage(
+ # 'http://codepen.io/testificate364/debug/iwAfJ', self))
+ # Disabled: pegs CPU too much to get meaningful results.
# Why: Web Worker continually running
- self.AddPage(CodePenPage(
- 'http://codepen.io/testificate364/debug/ckItK', self))
+ # self.AddPage(CodePenPage(
+ # 'http://codepen.io/testificate364/debug/ckItK', self))
# Why: flash video
self.AddPage(CodePenPage(
- 'http://codepen.io/testificate364/debug/cFEaD', self))
+ 'http://codepen.io/testificate364/debug/slBue', self))
# Why: Blank page in the foreground
self.AddPage(CodePenPage(
« no previous file with comments | « tools/perf/page_sets/data/tough_energy_cases_004.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698