Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: tools/perf/measurements/draw_properties.py

Issue 1057823005: Fix the units for the draw_properties benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/unit-info.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/draw_properties.py
diff --git a/tools/perf/measurements/draw_properties.py b/tools/perf/measurements/draw_properties.py
index a38fb6e4fdcf2480605285d98d72febd6ebe266b..dcfe79668db9c93b7bf91e3c8082b6896388c085 100644
--- a/tools/perf/measurements/draw_properties.py
+++ b/tools/perf/measurements/draw_properties.py
@@ -51,7 +51,7 @@ class DrawProperties(page_test.PageTest):
reduction = 100.0 * (1.0 - (pt_sum / cdp_sum))
results.AddValue(scalar.ScalarValue(
- results.current_page, 'CDP_reduction', ' %', reduction,
+ results.current_page, 'CDP_reduction', 'reduction%', reduction,
description='Reduction in CDP cost with property trees'))
results.AddValue(scalar.ScalarValue(
« no previous file with comments | « no previous file | tools/perf/unit-info.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698