summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-18 23:08:02 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-18 18:30:46 +0000
commit9d654fa2ab12f88c3eceb49ae583edb0c170d6b7 (patch)
tree79533823c995774e8a6b81c7f2e42c01d78d368b
parent80fdb69ef8577be508fde5792f121ae28f851794 (diff)
art-microbenchmark: parser update to provide shorter test case
Change-Id: I5e91572da89215497b315dffb5710c5ee4269afe Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-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