]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - ugw/data/throughput-dep.sh
Add remaining uncommitted files
[can-benchmark.git] / ugw / data / throughput-dep.sh
1 #!/bin/bash
2
3
4 titles=$(awk '{print $1}' 150/result)
5
6 for t in $titles; do
7     exec > $t.dat
8     for i in $(seq 125 5 170); do
9         echo "$i $(awk "/$t/ { print \$3, \$6 }" $i/result)"
10     done
11 done