| 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."""
|
|
|