summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xandroid/scripts/parse-ubenchmarks-results.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/scripts/parse-ubenchmarks-results.sh b/android/scripts/parse-ubenchmarks-results.sh
index af29894..eebe927 100755
--- a/android/scripts/parse-ubenchmarks-results.sh
+++ b/android/scripts/parse-ubenchmarks-results.sh
@@ -1,5 +1,7 @@
sed -n '/-----------------/,$p' $1 > results.txt
grep -i "benchmark" results.txt > res.txt
+sed -i "s/benchmarks\/micro\///g" res.txt
+sed -i "s/\./-/" res.txt
while IFS= read -r score; do
for i in 1 2 3 4 5 6
do