summaryrefslogtreecommitdiff
path: root/tcwg-benchmark-results-compare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-benchmark-results-compare.sh')
-rwxr-xr-xtcwg-benchmark-results-compare.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/tcwg-benchmark-results-compare.sh b/tcwg-benchmark-results-compare.sh
deleted file mode 100755
index f6450254..00000000
--- a/tcwg-benchmark-results-compare.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-
-# Clean: shellcheck -e 2001 ./tcwg-benchmark-results-compare.sh
-
-set -ex
-
-# Make shellcheck happy and workaround Jenkins not defining variables
-# for empty arguments.
-resultsref="$resultsref"
-resultseval="$resultseval"
-peak="$peak"
-
-peak_opt=""
-$peak && peak_opt=--peak
-
-results_top="bkp-01.tcwglab:/home/tcwg-benchmark/results"
-
-rm -rf results-eval results-ref artifacts
-
-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 --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