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

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

Issue 643273002: telemetry: Remove 7 obsolete rendering benchmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add repaint.key_mobile_sites back. 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/smoothness.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/thread_times.py
diff --git a/tools/perf/benchmarks/thread_times.py b/tools/perf/benchmarks/thread_times.py
index 9b0827083c701e418348c36f6cd24d0a8fa50802..dc87920bebd321b2229f0a324976c80ec659ab8f 100644
--- a/tools/perf/benchmarks/thread_times.py
+++ b/tools/perf/benchmarks/thread_times.py
@@ -16,17 +16,6 @@ class ThreadTimesKeySilkCases(benchmark.Benchmark):
page_set = page_sets.KeySilkCasesPageSet
-@benchmark.Enabled('android')
-class ThreadTimesFastPathKeySilkCases(benchmark.Benchmark):
- """Measures timeline metrics while performing smoothness action on key silk
- cases using bleeding edge rendering fast paths."""
- tag = 'fast_path'
- test = thread_times.ThreadTimes
- page_set = page_sets.KeySilkCasesPageSet
- def CustomizeBrowserOptions(self, options):
- silk_flags.CustomizeBrowserOptionsForFastPath(options)
-
-
@benchmark.Disabled
class LegacySilkBenchmark(ThreadTimesKeySilkCases):
"""Same as thread_times.key_silk_cases but with the old name."""
« no previous file with comments | « tools/perf/benchmarks/smoothness.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698