summaryrefslogtreecommitdiff
path: root/tcwg-benchmark-results-compare.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-07-17 08:35:53 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-07-17 08:35:53 +0000
commit7e0da6ccb902cb398a67771931f1d53b22f10155 (patch)
tree7b162adde53eafa7472ffaa80c791137ccad7120 /tcwg-benchmark-results-compare.sh
parentd5130b3f884f2216781d333ad439e46c5e0e7799 (diff)
tcwg-benchmark-results-compare.sh: Show only relative figures.
Do not show absolute results, and provide only relative figures. We also stop formatting csv files for perf samples, since we don't use them at the moment. Change-Id: I872d966f6d0041da51179a99fc951643e0de9f61
Diffstat (limited to 'tcwg-benchmark-results-compare.sh')
-rwxr-xr-xtcwg-benchmark-results-compare.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/tcwg-benchmark-results-compare.sh b/tcwg-benchmark-results-compare.sh
index cd7c0938..a879a23c 100755
--- a/tcwg-benchmark-results-compare.sh
+++ b/tcwg-benchmark-results-compare.sh
@@ -16,13 +16,7 @@ rm -rf results-eval results-ref artifacts
rsync -az --delete "$results_top-$resultsref/" results-ref/
rsync -az --delete "$results_top-$resultseval/" results-eval/
-for i in results-ref results-eval
-do
- bmk-scripts/perfdatadir2csv.sh --buildid-dir local -t --num 0 --format sample --results-dir "$i/" > "time-$i.csv"
- bmk-scripts/perfdatadir2csv.sh --buildid-dir local --results-dir "$i/" > "sample-$i.csv"
-done
-
mkdir artifacts
-bmk-scripts/compare.pl -u time -f 2:1:3 -D /,/ time-results-ref.csv time-results-eval.csv > artifacts/time.txt
+perl bmk-scripts/quick-view-spec.pl --ratio results-ref/*/*csv* -- results-eval/*/*csv* > artifacts/time.txt
cat artifacts/time.txt