]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/t01-simple.sh
Other test added
[can-benchmark.git] / tests / t01-simple.sh
diff --git a/tests/t01-simple.sh b/tests/t01-simple.sh
deleted file mode 100755 (executable)
index e6e92df..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-. lib.sh
-
-t() {
-    PID_S=`vca_canping -s 1 -b -r -d $CAN1`
-    vca_canping -m 1 -r -v -g $DRIVER -t 1 -d $CAN0 -w 5 -c 1000
-    kill $PID_S
-}
-
-PLOT_CMD='
-set logscale y
-set grid
-set title "Round-trip time measurement (`uname -r`)"
-set xlabel "Time [{/Symbol m}s]"
-set ylabel "Latency profile [messages]"
-plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\
-          "lincan-1000.dat" with lp title "Lincan"
-'
-