| Index: tools/perf/benchmarks/robohornet_pro.py
|
| diff --git a/tools/perf/benchmarks/robohornet_pro.py b/tools/perf/benchmarks/robohornet_pro.py
|
| index d36da24c1c7f850d03cbd0b1ef0b561a15f85235..d0ad9aa3a1c34a2925684a3b645c387c1d03f69c 100644
|
| --- a/tools/perf/benchmarks/robohornet_pro.py
|
| +++ b/tools/perf/benchmarks/robohornet_pro.py
|
| @@ -39,7 +39,8 @@ class _RobohornetProMeasurement(page_test.PageTest):
|
|
|
| result = int(tab.EvaluateJavaScript('stopTime - startTime'))
|
| results.AddValue(
|
| - scalar.ScalarValue(results.current_page, 'Total', 'ms', result))
|
| + scalar.ScalarValue(results.current_page, 'Total', 'ms', result,
|
| + higher_is_better=False))
|
|
|
|
|
| # We plan to remove this test because it doesn't give useful data, but
|
|
|