From f802f326f46aebd9fbad5ffe63450f0dcad948bb Mon Sep 17 00:00:00 2001 From: rmistry Date: Wed, 22 Oct 2014 05:04:43 -0700 Subject: 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 --- tools/skp/page_sets/skia_fontwipe_desktop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/skp/page_sets/skia_fontwipe_desktop.py') diff --git a/tools/skp/page_sets/skia_fontwipe_desktop.py b/tools/skp/page_sets/skia_fontwipe_desktop.py index 381a831986..44b234f62a 100644 --- a/tools/skp/page_sets/skia_fontwipe_desktop.py +++ b/tools/skp/page_sets/skia_fontwipe_desktop.py @@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page): action_runner.Wait(5) -class SkiaBuildbotPageSet(page_set_module.PageSet): +class FontwipeDesktopPageSet(page_set_module.PageSet): """ Pages designed to represent the median, not highly optimized web """ def __init__(self): - super(SkiaBuildbotPageSet, self).__init__( + super(FontwipeDesktopPageSet, self).__init__( user_agent_type='desktop', archive_data_file='data/skia_fontwipe_desktop.json') -- cgit v1.2.3