| 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(
|
|
|