]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/ethload.sh
Convert plot commands to be returned by function p()
[can-benchmark.git] / tests / ethload.sh
index 8aecd34a70169b582e8acdcca281758db7bcbc81..41dd77704e9d54aac242349e385dd12d0447fa67 100755 (executable)
@@ -18,7 +18,7 @@ t() {
 
 
 
-PLOT_CMD='
+p() { cat <<EOF
 set title "Round-trip time with receive ethernet load"
 set logscale y
 set grid
@@ -28,5 +28,5 @@ 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
+}