]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/ethflood64k.sh
Small fixes in graphs
[can-benchmark.git] / tests / ethflood64k.sh
index 2d40f3aad4fc4e53227719efd8e6d922fcfd3320..98ea4fd2f7dd65f0dae3ab371dc2a2fd69f5ac28 100755 (executable)
@@ -18,15 +18,15 @@ t() {
 
 
 
-PLOT_CMD='
+p() { cat <<EOF
 set title "Round-trip time with ethernet load - ping -fs 64000"
 set logscale y
 set grid
-set xlabel "Time [{/Symbol m}s]"
+set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
 plot [0:] "socketcan-norm-1000.dat" with lp lt 1 title "Socketcan",\
           "lincan-norm-1000.dat" with lp lt 2 title "Lincan",\
           "socketcan-boost-1000.dat" with lp lt 1 title "Socketcan boosted IRQ prio",\
           "lincan-boost-1000.dat" with lp lt 2 title "Lincan boosted IRQ prio"
-'
-
+EOF
+}