X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/212ca83ef89c48ae270cac41af0cc91cbdddf42c..c57e345ddb6c74fff988ba23f665c2b2406dc1fe:/gw-tests/vcans.sh diff --git a/gw-tests/vcans.sh b/gw-tests/vcans.sh index 153529d..6c3cada 100755 --- a/gw-tests/vcans.sh +++ b/gw-tests/vcans.sh @@ -2,7 +2,7 @@ . lib.sh -numjobs=`seq 1 2 10` +numjobs=" 1 `seq 2 2 10`" main() { for i in $numjobs; do @@ -30,7 +30,7 @@ plot [0:1000] [1:$COUNT] \\ EOF lt=1 for i in $numjobs; do - echo_plot "\"hist-$i.dat\" with lp lt $lt title \"$i GW jobs\"" + echo_plot "\"hist-$i.dat\" with lp lt $lt title \"$i GW jobs, $((i-1)) vcans\"" lt=$((lt+1)) done }