summaryrefslogtreecommitdiff
path: root/tcwg-benchmark-results-compare.sh
diff options
context:
space:
mode:
authorCharles Baylis <charles.baylis@linaro.org>2017-11-28 10:41:05 +0000
committerCharles Baylis <charles.baylis@linaro.org>2017-12-11 09:54:22 +0000
commitb2cf594b653489b13b5c88bc850303ec8014220c (patch)
treeed7f5091f7d7fbb65e3d52fd0cac1a1215953194 /tcwg-benchmark-results-compare.sh
parent2f1e34f5f5f1ca2aa261b9b90985322f513699a6 (diff)
tcwg-benchmark-results-compare: Update for removed --ratio parameter
The --ratio switch for quick-view-spec.pl has been removed in favour of new --timeratio and --scoreratio switches. For maximum usability, both results are saved as artifacts, but the existing text output (time ratio) has been retained. Change-Id: I5e356eb1bd27caec989efd7673c3c1416b668afc
Diffstat (limited to 'tcwg-benchmark-results-compare.sh')
-rwxr-xr-xtcwg-benchmark-results-compare.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-benchmark-results-compare.sh b/tcwg-benchmark-results-compare.sh
index df86f407..c9650dd8 100755
--- a/tcwg-benchmark-results-compare.sh
+++ b/tcwg-benchmark-results-compare.sh
@@ -21,6 +21,7 @@ rsync -az --delete "$results_top-$resultsref/" results-ref/
rsync -az --delete "$results_top-$resultseval/" results-eval/
mkdir artifacts
-perl bmk-scripts/quick-view-spec.pl --ratio ${peak_opt} results-ref/*/*csv* -- results-eval/*/*csv* > artifacts/time.txt
+perl bmk-scripts/quick-view-spec.pl --timeratio ${peak_opt} results-ref/*/*csv* -- results-eval/*/*csv* > artifacts/time.txt
+perl bmk-scripts/quick-view-spec.pl --scoreratio ${peak_opt} results-ref/*/*csv* -- results-eval/*/*csv* > artifacts/score.txt
cat artifacts/time.txt