aboutsummaryrefslogtreecommitdiff
path: root/cros_utils
diff options
context:
space:
mode:
Diffstat (limited to 'cros_utils')
-rw-r--r--cros_utils/tabulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cros_utils/tabulator.py b/cros_utils/tabulator.py
index 3d5f2aed..2cf4ffd7 100644
--- a/cros_utils/tabulator.py
+++ b/cros_utils/tabulator.py
@@ -709,7 +709,7 @@ class KeyAwareComparisonResult(ComparisonResult):
'dropped_percent', '(ms)', '(seconds)', '--ms',
'--average_num_missing_tiles', '--experimental_jank',
'--experimental_mean_frame', '--experimental_median_frame_time',
- '--total_deferred_image_decode_count', '--seconds', 'samples'
+ '--total_deferred_image_decode_count', '--seconds', 'samples', 'bytes'
]
return any([l in key for l in lower_is_better_keys])