aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp/page_sets/skia_googlehome_desktop.py
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2014-10-22 05:04:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-22 05:04:43 -0700
commitf802f326f46aebd9fbad5ffe63450f0dcad948bb (patch)
treea85371964847d7050a2ee61c4848489dec326696 /tools/skp/page_sets/skia_googlehome_desktop.py
parentb4384b9bba6f3473a3f024150bfe307cdd1753c7 (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_googlehome_desktop.py')
-rw-r--r--tools/skp/page_sets/skia_googlehome_desktop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/skp/page_sets/skia_googlehome_desktop.py b/tools/skp/page_sets/skia_googlehome_desktop.py
index 35857b3502..6ae3c893fe 100644
--- a/tools/skp/page_sets/skia_googlehome_desktop.py
+++ b/tools/skp/page_sets/skia_googlehome_desktop.py
@@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page):
action_runner.Wait(5)
-class SkiaBuildbotPageSet(page_set_module.PageSet):
+class GooglehomeDesktopPageSet(page_set_module.PageSet):
""" Pages designed to represent the median, not highly optimized web """
def __init__(self):
- super(SkiaBuildbotPageSet, self).__init__(
+ super(GooglehomeDesktopPageSet, self).__init__(
user_agent_type='desktop',
archive_data_file='data/skia_googlehome_desktop.json')