From e49baaa7cd31cec9719811ce0b7cef94b0afb35c Mon Sep 17 00:00:00 2001 From: Prathamesh Kulkarni Date: Thu, 14 Sep 2017 11:26:24 +0000 Subject: Remove 3rd column from artifacts/time.txt. Change-Id: I048e1dca5af0b29a24541ad821eeb84e5ab7c2ce --- tcwg-benchmark-results-compare.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tcwg-benchmark-results-compare.sh b/tcwg-benchmark-results-compare.sh index df86f407..9cd7cd06 100755 --- a/tcwg-benchmark-results-compare.sh +++ b/tcwg-benchmark-results-compare.sh @@ -23,4 +23,5 @@ 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 -cat 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 -- cgit v1.2.3