| Index: tools/perf/benchmarks/tab_switching.py
|
| diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
|
| index 2cd77df16f7fe1fa7e5fbab920a61f25ef619c08..d125653da564647a7e1ea8f64deebc9d5f991072 100644
|
| --- a/tools/perf/benchmarks/tab_switching.py
|
| +++ b/tools/perf/benchmarks/tab_switching.py
|
| @@ -49,6 +49,7 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
|
|
|
|
|
| @benchmark.Disabled('android') # http://crbug.com/460084
|
| +@benchmark.Disabled('mac-reference') # http://crbug.com/634360
|
| @benchmark.Enabled('has tabs')
|
| class TabSwitchingFiveBlankTabs(perf_benchmark.PerfBenchmark):
|
| """This test records the MPArch.RWH_TabSwitchPaintDuration histogram.
|
|
|