Chromium Code Reviews| 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..9e7555ea1ed8f785ad532dc52c4ac7b5759d9b4f 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 disable this test because it doesn't give useful data, but |
|
tonyg
2014/12/05 21:31:20
s/disable/remove/
sullivan
2014/12/05 21:43:42
Done.
|
| +# we need to wait until Chrome OS can implement support for more helpful |
| +# benchmarks. |
| +@benchmark.Enabled('chromeos') |
| class RobohornetPro(benchmark.Benchmark): |
| test = _RobohornetProMeasurement |