From: Michal Sojka Date: Wed, 1 Dec 2010 15:03:15 +0000 (+0100) Subject: Add PC test X-Git-Tag: fix-allnoconfig~279 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/77854550903088781609aafc6c71de8b228c60a5?hp=4d12a04740d8e01ce0e9f6129487a6efd456229b Add PC test --- diff --git a/gw-tests/pc.sh b/gw-tests/pc.sh new file mode 100755 index 0000000..06601fc --- /dev/null +++ b/gw-tests/pc.sh @@ -0,0 +1,28 @@ +#!/bin/bash + +. lib.sh + +main() { + latester -d can0 -d can1 -o -c $COUNT -l 2 -h hist2.dat -f time2.dat + latester -d can0 -d can1 -o -c $COUNT -l 4 -h hist4.dat -f time4.dat + latester -d can0 -d can1 -o -c $COUNT -l 6 -h hist6.dat -f time6.dat + latester -d can0 -d can1 -o -c $COUNT -l 8 -h hist8.dat -f time8.dat +} + +plot_cmds() { + cat <