X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/7fe827a3c5ca6f6197bb9cade6a1d08efd9a5b41..ac55fd90e809e5af502cf73aac54428f2e5566a3:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 4c4274d..14038cd 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -43,7 +43,7 @@ cleanupgw() { _plot() { local testname=`basename $0 .sh` - plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n($kvers)\"/" > plot.gp + plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n(GW kernel $kvers, traffic $traffic)\"/" > plot.gp if [[ ! -s plot.gp ]]; then return; fi if [ -z "$OPT_NO_X11" ]; then echo "set terminal x11 enhanced; $(< plot.gp)" | gnuplot -persist @@ -121,8 +121,8 @@ _run() { mkdir -p $dir script=$(echo $dir | sed -e 's/[^/]*/../g')/${test}.sh cd $dir - echo "Working directory: $dir" if [[ ! "$OPT_PLOT_ONLY" ]]; then + echo "Working directory: $dir" _measure fi if [[ ! "$OPT_PLOT_DISABLE" ]]; then