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

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

Issue 643273002: telemetry: Remove 7 obsolete rendering benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 0b41f4c576978283bc6d71ba61e3056e7a669273..59e877f5027ac0cfb8ef888cc6968456e6cdc720 100644
--- a/tools/perf/benchmarks/repaint.py
+++ b/tools/perf/benchmarks/repaint.py
@@ -9,15 +9,6 @@ from telemetry import benchmark
@benchmark.Enabled('android')
-class RepaintKeyMobileSites(benchmark.Benchmark):
tonyg 2014/10/10 21:24:03 lgtm modulo our discussion about this one.
ernstm 2014/10/10 21:54:50 Added this one back with the latest patch.
- """Measures repaint performance on the key mobile sites.
-
- http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
- test = repaint.Repaint
- page_set = page_sets.KeyMobileSitesPageSet
-
-
-@benchmark.Enabled('android')
class RepaintGpuRasterizationKeyMobileSites(benchmark.Benchmark):
"""Measures repaint performance on the key mobile sites with forced GPU
rasterization.
« 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