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

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

Issue 257283002: add more polymer tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/rasterize_and_record_micro.py
diff --git a/tools/perf/benchmarks/rasterize_and_record_micro.py b/tools/perf/benchmarks/rasterize_and_record_micro.py
index 21008e60df3a8d3743af1e5a49c0a10a29b622df..f9733d7905b9b15c65efa61264c76f364137de26 100644
--- a/tools/perf/benchmarks/rasterize_and_record_micro.py
+++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
@@ -63,3 +63,12 @@ class RasterizeAndRecordMicroFastPathGpuRasterizationKeySilkCases(test.Test):
def CustomizeBrowserOptions(self, options):
silk_flags.CustomizeBrowserOptionsForFastPath(options)
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
+
+
+@test.Disabled('mac', 'win')
+class RasterizeAndRecordMicroPolymer(test.Test):
+ """Measures rasterize and record performance on the Polymer cases.
+
+ http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
+ test = rasterize_and_record_micro.RasterizeAndRecordMicro
+ page_set = 'page_sets/polymer.py'
« no previous file with comments | « no previous file | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698