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

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

Issue 402433004: Test adding perf week tests as smoothness benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: g cl issue Created 6 years, 5 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 | « no previous file | tools/perf/page_sets/perf_week.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index ba2bebbc2ef412ec387484f2bd877a9cc47abf5c..eddc398958840f47410f2bb77b5dd076e04716ce 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -174,3 +174,13 @@ class SmoothnessFastPathGpuRasterizationPolymer(
super(SmoothnessFastPathGpuRasterizationPolymer, self). \
CustomizeBrowserOptions(options)
silk_flags.CustomizeBrowserOptionsForFastPath(options)
+
+class SmoothnessPerfWeek(benchmark.Benchmark):
+ """Measures rendering statistics for big animation benchmarks
+ """
+ tag = 'perf_week'
+ test = smoothness.Smoothness
+ page_set = page_sets.PerfWeekPageSet
+ def CustomizeBrowserOptions(self, options):
+ options.AppendExtraBrowserArgs(
+ ['--enable-experimental-web-platform-features'])
« no previous file with comments | « no previous file | tools/perf/page_sets/perf_week.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698