summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:05:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:05:00 +0000
commit161db9fe8054f5e39d7a766d53273356e60ed1fc (patch)
treeed5d55e2691c1288e7ddadacef31e01c6edbd0a4
parentc1ae7d6ab5b3e005aee7e8c26ae6751e5acedb90 (diff)
parent1fba1825631e6e52dff5b3ceb87a5b439e2acf52 (diff)
downloadbenchmark-aml_tz2_305400100.tar.gz
Change-Id: Ied8261b3ff091d63a59e54bb24a24b113a33a1ce
-rw-r--r--METADATA3
-rwxr-xr-xfix_skia_results.py2
2 files changed, 1 insertions, 4 deletions
diff --git a/METADATA b/METADATA
deleted file mode 100644
index d97975ca..00000000
--- a/METADATA
+++ /dev/null
@@ -1,3 +0,0 @@
-third_party {
- license_type: NOTICE
-}
diff --git a/fix_skia_results.py b/fix_skia_results.py
index c8d31de1..c7ccc873 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 suitable time unit for them.
+ """Given a list of times (in milliseconds), find a sane time unit for them.
Returns the unit name, and `ms` normalized to that time unit.