diff options
author | rmistry <rmistry@google.com> | 2014-10-22 05:04:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-22 05:04:43 -0700 |
commit | f802f326f46aebd9fbad5ffe63450f0dcad948bb (patch) | |
tree | a85371964847d7050a2ee61c4848489dec326696 /tools/skp/page_sets/skia_googleblog_nexus10.py | |
parent | b4384b9bba6f3473a3f024150bfe307cdd1753c7 (diff) |
Update webpages_playback script and all page_sets to use new skpicture_printer benchmark
The purpose of this CL is to turn the RecreateSKPs bot green after
https://codereview.chromium.org/665193002/ lands.
Description of changes in this CL:
* After https://codereview.chromium.org/665193002/ lands we will no longer need to copy the archives and pagesets to telemetry's data directory, I removed the code that did this in https://codereview.chromium.org/655313003/
* page_sets now need unique class names. Updated all page_sets to have unique class names.
* Using the new --page_set_name and --page_set_base_dir and --also-run-disabled-tests parameters
BUG=skia:3046
Review URL: https://codereview.chromium.org/671513009
Diffstat (limited to 'tools/skp/page_sets/skia_googleblog_nexus10.py')
-rw-r--r-- | tools/skp/page_sets/skia_googleblog_nexus10.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/skp/page_sets/skia_googleblog_nexus10.py b/tools/skp/page_sets/skia_googleblog_nexus10.py index 4e358c23be..c4b2bb4f9a 100644 --- a/tools/skp/page_sets/skia_googleblog_nexus10.py +++ b/tools/skp/page_sets/skia_googleblog_nexus10.py @@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page): action_runner.Wait(15) -class SkiaBuildbotPageSet(page_set_module.PageSet): +class GoogleblogNexus10PageSet(page_set_module.PageSet): """ Pages designed to represent the median, not highly optimized web """ def __init__(self): - super(SkiaBuildbotPageSet, self).__init__( + super(GoogleblogNexus10PageSet, self).__init__( user_agent_type='tablet', archive_data_file='data/skia_googleblog_nexus10.json') |