Index: tools/perf/benchmarks/dom_perf.py |
diff --git a/tools/perf/benchmarks/dom_perf.py b/tools/perf/benchmarks/dom_perf.py |
index af779b0f8d57b008bcdff478eb09797d95a183e8..440d1264299c539c094fdbb85346918b38021e84 100644 |
--- a/tools/perf/benchmarks/dom_perf.py |
+++ b/tools/perf/benchmarks/dom_perf.py |
@@ -51,7 +51,8 @@ class _DomPerfMeasurement(page_test.PageTest): |
if len(suite['Benchmarks']) or suite['score']: |
results.AddValue(scalar.ScalarValue( |
results.current_page, '%s.%s' % (suite['name'], SCORE_TRACE_NAME), |
- SCORE_UNIT, suite['score'], important=False)) |
+ SCORE_UNIT, suite['score'], important=False, |
+ higher_is_better=True)) |
tonyg
2014/12/18 17:31:35
For anything that is summarizable into a numeric v
|
finally: |
tab.EvaluateJavaScript('document.cookie = "__domperf_finished=0"') |