]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/vcans.sh
Merge branch 'master' of rtime.felk.cvut.cz:/can-benchmark
[can-benchmark.git] / gw-tests / vcans.sh
index 153529dab430a8a72c4a26e8529633460a2e2318..6c3cada2f0d58fe4125e603b985820cf7012a0ac 100755 (executable)
@@ -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
 }