summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-10-12 15:22:46 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-10-12 15:22:46 +0000
commit8a3aad049648cb06af91b56ed2c374518039004a (patch)
treec6e6bd787dd21456cff3be8dcd8babcc3cba8578
parente49baaa7cd31cec9719811ce0b7cef94b0afb35c (diff)
Revert "Remove 3rd column from artifacts/time.txt."
This reverts commit e49baaa7cd31cec9719811ce0b7cef94b0afb35c. Looking at a previous build: https://ci.linaro.org/view/tcwg-ci/job/tcwg-benchmark-compare-christophe/62/console it looks like you wanted to remove column 2, not 3? Change-Id: I2ae0d10946bd5eea1977ffbf0cebca5738d04d06
-rwxr-xr-xtcwg-benchmark-results-compare.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcwg-benchmark-results-compare.sh b/tcwg-benchmark-results-compare.sh
index 9cd7cd06..df86f407 100755
--- a/tcwg-benchmark-results-compare.sh
+++ b/tcwg-benchmark-results-compare.sh
@@ -23,5 +23,4 @@ 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
-# Remove redundant 3rd column from time.txt which just contains "0.00%".
-cat artifacts/time.txt | tr -s ' ' | cut -f3 -d' ' --complement | column -t
+cat artifacts/time.txt