Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Unified Diff: tools/perf/benchmarks/repaint.py

Issue 256043005: Add rasterize_and_record_micro.fast_path_gpu_rasterization.key_silk_cases benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use silk_flags in repaint.py Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/rasterize_and_record_micro.py ('k') | tools/perf/benchmarks/silk_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/repaint.py
diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
index 353fbf997a5277ece076053cffee34fc24c9056b..0c8aefc69cd6ca84f54d9b5e3daf6da94a4de402 100644
--- a/tools/perf/benchmarks/repaint.py
+++ b/tools/perf/benchmarks/repaint.py
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+from benchmarks import silk_flags
from measurements import repaint
from telemetry import test
@@ -23,7 +24,4 @@ class RepaintGpuRasterizationKeyMobileSites(test.Test):
test = repaint.Repaint
page_set = 'page_sets/key_mobile_sites.py'
def CustomizeBrowserOptions(self, options):
- options.AppendExtraBrowserArgs('--enable-threaded-compositing')
- options.AppendExtraBrowserArgs('--force-compositing-mode')
- options.AppendExtraBrowserArgs('--enable-impl-side-painting')
- options.AppendExtraBrowserArgs('--force-gpu-rasterization')
+ silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
« no previous file with comments | « tools/perf/benchmarks/rasterize_and_record_micro.py ('k') | tools/perf/benchmarks/silk_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698