]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/vcan.sh
No not plot so many jobs
[can-benchmark.git] / gw-tests / vcan.sh
index c87ebaf51533238fa91a54ebf2ecf4d62b8c5884..7c89c4000b64b82735db12aadc94966cbf300a17 100755 (executable)
@@ -2,7 +2,7 @@
 
 . lib.sh
 
-numjobs=`seq 0 2 12`
+numjobs=`seq 0 2 10`
 
 main() {
     sshgw 'ip link add dev vcan0 type vcan && ip link set vcan0 up'
@@ -39,7 +39,7 @@ plot [$range] [1:$COUNT] \\
 EOF
     lt=2
     for i in $numjobs; do
-       echo_plot "\"hops$i-hist.txt\" with lp lt $lt title \"$((i+2)) GW jobs, 1 vcan\""
+       echo_plot "\"hops$i-hist.txt\" with lp lt $lt pt $lt title \"$((i+2)) GW jobs, 1 vcan\""
         lt=$((lt+1))
     done
 }