From 8a3aad049648cb06af91b56ed2c374518039004a Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 12 Oct 2017 15:22:46 +0000 Subject: 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 --- tcwg-benchmark-results-compare.sh | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3