| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index 8aa389efd739c7bf11bbd29be64adc56f9c0e18c..c79036638948290998cc36f42c7d75faa797b864 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -109,6 +109,7 @@ class MobileMemorySystemHealth(_MemorySystemHealthBenchmark):
|
| possible_browser.browser_type == 'reference' and
|
| possible_browser.platform.GetDeviceTypeName() == 'Nexus 5X')
|
|
|
| +
|
| @benchmark.Enabled('android-webview')
|
| class WebviewStartupSystemHealthBenchmark(perf_benchmark.PerfBenchmark):
|
| """Webview startup time benchmark
|
|
|