| Index: tools/perf/benchmarks/robohornet_pro.py
|
| diff --git a/tools/perf/benchmarks/robohornet_pro.py b/tools/perf/benchmarks/robohornet_pro.py
|
| index 76ff0737651a414b04515e8b76719051aad9e774..6cd1690e1a05fb3372b692ee048e438327be83a4 100644
|
| --- a/tools/perf/benchmarks/robohornet_pro.py
|
| +++ b/tools/perf/benchmarks/robohornet_pro.py
|
| @@ -41,7 +41,10 @@ class _RobohornetProMeasurement(page_test.PageTest):
|
| scalar.ScalarValue(results.current_page, 'Total', 'ms', result))
|
|
|
|
|
| -
|
| +# We plan to remove this test because it doesn't give useful data, but
|
| +# we need to wait until Chrome OS can implement support for more helpful
|
| +# benchmarks.
|
| +@benchmark.Enabled('chromeos')
|
| class RobohornetPro(benchmark.Benchmark):
|
| test = _RobohornetProMeasurement
|
|
|
|
|