summaryrefslogtreecommitdiff
path: root/fix_skia_results.py
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:38:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:38:59 +0000
commitd07dab49780e1c62d8330d42067a5b213b578be9 (patch)
treee15da5bed6d027a44541f47c3853c1853cd46506 /fix_skia_results.py
parent1fba1825631e6e52dff5b3ceb87a5b439e2acf52 (diff)
parent718e8632ff4bf5285507522afc5e2007e1d8e51a (diff)
downloadbenchmark-d07dab49780e1c62d8330d42067a5b213b578be9.tar.gz
Change-Id: I0f7c42542eb4668573a91ab193d534ee573d6cc4
Diffstat (limited to 'fix_skia_results.py')
-rwxr-xr-xfix_skia_results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix_skia_results.py b/fix_skia_results.py
index c7ccc873..c8d31de1 100755
--- a/fix_skia_results.py
+++ b/fix_skia_results.py
@@ -58,7 +58,7 @@ def _GetTimeMultiplier(label_name):
def _GetTimeDenom(ms):
- """Given a list of times (in milliseconds), find a sane time unit for them.
+ """Given a list of times (in milliseconds), find a suitable time unit for them.
Returns the unit name, and `ms` normalized to that time unit.