Commit 7c1f4a98 authored by sullivan's avatar sullivan Committed by Commit bot

Removed cases that were taking too much power. Re-recorded html5 video and flash pages

BUG=

Review URL: https://codereview.chromium.org/554723004

Cr-Commit-Position: refs/heads/master@{#293932}
parent 49d77fc2
{ {
"description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": { "archives": {
"tough_energy_cases_002.wpr": [ "tough_energy_cases_004.wpr": [
"http://codepen.io/testificate364/debug/DLbxg", "http://codepen.io/testificate364/debug/DLbxg",
"https://mail.google.com/mail/",
"http://codepen.io/testificate364/debug/lJAiH",
"http://codepen.io/testificate364/debug/pgBHu",
"http://codepen.io/testificate364/debug/eIutG",
"http://codepen.io/testificate364/debug/paJhg",
"http://codepen.io/testificate364/debug/zcDdv",
"http://codepen.io/testificate364/debug/jetyn",
"http://codepen.io/testificate364/debug/cFEaD",
"http://codepen.io/testificate364/debug/zhgBD",
"http://codepen.io/testificate364/debug/HdIgr",
"http://codepen.io/testificate364/debug/kFvpd", "http://codepen.io/testificate364/debug/kFvpd",
"http://codepen.io/testificate364/debug/Kvdxs",
"http://codepen.io/testificate364/debug/nrbDc", "http://codepen.io/testificate364/debug/nrbDc",
"http://codepen.io/testificate364/debug/lEhyw",
"http://codepen.io/testificate364/debug/fhKCg",
"http://codepen.io/testificate364/debug/HdIgr",
"http://codepen.io/testificate364/debug/paJhg",
"http://codepen.io/testificate364/debug/lJAiH",
"http://codepen.io/testificate364/debug/jetyn",
"http://codepen.io/testificate364/debug/EFceH", "http://codepen.io/testificate364/debug/EFceH",
"http://codepen.io/testificate364/debug/iwAfJ",
"http://codepen.io/testificate364/debug/yaosK", "http://codepen.io/testificate364/debug/yaosK",
"http://codepen.io/testificate364/debug/fhKCg", "https://mail.google.com/mail/",
"http://codepen.io/testificate364/debug/Kvdxs", "http://codepen.io/testificate364/debug/zhgBD",
"http://codepen.io/testificate364/debug/ckItK", "http://codepen.io/testificate364/debug/slBue"
"http://codepen.io/testificate364/debug/lEhyw"
] ]
} }
} }
\ No newline at end of file
314d0c0f8174833beae8590274ac2f0e2437a4a0
\ No newline at end of file
...@@ -45,13 +45,15 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet): ...@@ -45,13 +45,15 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet):
# Why: productivity, top google properties # Why: productivity, top google properties
self.AddPage(GooglePage('https://mail.google.com/mail/', self)) 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 # Why: Image constantly changed in the background, above the fold
self.AddPage(CodePenPage( # self.AddPage(CodePenPage(
'http://codepen.io/testificate364/debug/eIutG', self)) # '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 # Why: Image constantly changed in the background, below the fold
self.AddPage(CodePenPage( # self.AddPage(CodePenPage(
'http://codepen.io/testificate364/debug/zcDdv', self)) # 'http://codepen.io/testificate364/debug/zcDdv', self))
# Why: CSS Animation, above the fold # Why: CSS Animation, above the fold
self.AddPage(CodePenPage( self.AddPage(CodePenPage(
...@@ -101,21 +103,24 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet): ...@@ -101,21 +103,24 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet):
self.AddPage(CodePenPage( self.AddPage(CodePenPage(
'http://codepen.io/testificate364/debug/EFceH', self)) 'http://codepen.io/testificate364/debug/EFceH', self))
# Disabled: pegs CPU too much to get meaningful results.
# Why: PostMessage between frames, above the fold # Why: PostMessage between frames, above the fold
self.AddPage(CodePenPage( # self.AddPage(CodePenPage(
'http://codepen.io/testificate364/debug/pgBHu', self)) # 'http://codepen.io/testificate364/debug/pgBHu', self))
# Disabled: pegs CPU too much to get meaningful results.
# Why: Asynchronous XHR continually running # Why: Asynchronous XHR continually running
self.AddPage(CodePenPage( # self.AddPage(CodePenPage(
'http://codepen.io/testificate364/debug/iwAfJ', self)) # 'http://codepen.io/testificate364/debug/iwAfJ', self))
# Disabled: pegs CPU too much to get meaningful results.
# Why: Web Worker continually running # Why: Web Worker continually running
self.AddPage(CodePenPage( # self.AddPage(CodePenPage(
'http://codepen.io/testificate364/debug/ckItK', self)) # 'http://codepen.io/testificate364/debug/ckItK', self))
# Why: flash video # Why: flash video
self.AddPage(CodePenPage( self.AddPage(CodePenPage(
'http://codepen.io/testificate364/debug/cFEaD', self)) 'http://codepen.io/testificate364/debug/slBue', self))
# Why: Blank page in the foreground # Why: Blank page in the foreground
self.AddPage(CodePenPage( self.AddPage(CodePenPage(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment