| Index: tools/perf/benchmarks/start_with_url.py
|
| diff --git a/tools/perf/benchmarks/start_with_url.py b/tools/perf/benchmarks/start_with_url.py
|
| index cb42df91295f8b0a20ad2f99430242184251814e..64804f40c20135b3500fd28ec5c95c7777c1398d 100644
|
| --- a/tools/perf/benchmarks/start_with_url.py
|
| +++ b/tools/perf/benchmarks/start_with_url.py
|
| @@ -33,6 +33,7 @@ class _StartupPerfBenchmark(perf_benchmark.PerfBenchmark):
|
| @benchmark.Enabled('has tabs')
|
| @benchmark.Enabled('android')
|
| @benchmark.Disabled('chromeos', 'linux', 'mac', 'win')
|
| +@benchmark.Owner(emails=['pasko@chromium.org'])
|
| class StartWithUrlColdTBM(_StartupPerfBenchmark):
|
| """Measures time to start Chrome cold with startup URLs."""
|
|
|
| @@ -57,6 +58,7 @@ class StartWithUrlColdTBM(_StartupPerfBenchmark):
|
| @benchmark.Enabled('android')
|
| @benchmark.Disabled('android-reference') # crbug.com/588786
|
| @benchmark.Disabled('chromeos', 'linux', 'mac', 'win')
|
| +@benchmark.Owner(emails=['pasko@chromium.org'])
|
| class StartWithUrlWarmTBM(_StartupPerfBenchmark):
|
| """Measures stimetime to start Chrome warm with startup URLs."""
|
|
|
|
|