commit | f802f326f46aebd9fbad5ffe63450f0dcad948bb | [log] [tgz] |
---|---|---|
author | rmistry <rmistry@google.com> | Wed Oct 22 05:04:43 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 22 05:04:43 2014 -0700 |
tree | a85371964847d7050a2ee61c4848489dec326696 | |
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