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

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

Issue 2027403002: [tools/perf] Remove smoothness.polymer benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | 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 cbc6b2bc39709088ae3b2741de68a4492c44bec9..bea3f06f9e36e11c82719b82c4e9b061ab6b971d 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -329,17 +329,6 @@ class SmoothnessToughScrollingWhileZoomedInCases(_Smoothness):
@benchmark.Enabled('android')
-class SmoothnessPolymer(_Smoothness):
- """Measures rendering statistics for Polymer cases.
- """
- page_set = page_sets.PolymerPageSet
-
- @classmethod
- def Name(cls):
- return 'smoothness.polymer'
-
-
-@benchmark.Enabled('android')
class SmoothnessGpuRasterizationPolymer(_Smoothness):
"""Measures rendering statistics for the Polymer cases with GPU rasterization.
"""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698