summaryrefslogtreecommitdiff
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
parent1fba1825631e6e52dff5b3ceb87a5b439e2acf52 (diff)
parent718e8632ff4bf5285507522afc5e2007e1d8e51a (diff)
downloadbenchmark-android12-mainline-neuralnetworks-release.tar.gz
Change-Id: I0f7c42542eb4668573a91ab193d534ee573d6cc4
-rw-r--r--METADATA3
-rwxr-xr-xfix_skia_results.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..d97975ca
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}
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.