]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/rtt-300MHz.sh
HTML report + many modifications
[can-benchmark.git] / tests / rtt-300MHz.sh
diff --git a/tests/rtt-300MHz.sh b/tests/rtt-300MHz.sh
deleted file mode 100755 (executable)
index e6f0913..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-. _lib.sh
-
-t() {
-    PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1`
-    cpufreq-set -f 300MHz
-    vca_canping -m 1 -R FF:$RTPRIO -v -g $DRIVER -t 1 -d $CAN0 -w 2 -c 10000
-    cpufreq-set -f 2400Mhz
-    kill $PID_S
-}
-
-
-
-PLOT_CMD='
-set title "Round-trip time (`uname -r`, CPU\\@300 MHz)"
-set logscale y
-set grid
-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"
-'
-