]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/nop-highprio-time.sh
Do not generate .result
[can-benchmark.git] / gw-tests / nop-highprio-time.sh
index 0d13e9a2437602c651978bf69caaa5fd11f1390c..5578927af2d7ea3bc4c8bcb3af038f6ec34a9964 100755 (executable)
@@ -11,12 +11,12 @@ plot_cmds() {
 set title "Single GW job for all messages, no modifications, high (soft)irq task priority"
 set grid
 set xlabel "Time [s]"
-set ylabel "Latency [{/Symbol m}s]"
-plot [:] [:500] \
-          "len2-msgs.txt" using 2:(1000000*$14) with points title "2 byte messages", \
-          "len4-msgs.txt" using 2:(1000000*$14) with points title "4 byte messages", \
-          "len6-msgs.txt" using 2:(1000000*$14) with points title "6 byte messages", \
-          "len8-msgs.txt" using 2:(1000000*$14) with points title "8 byte messages"
+set ylabel "Latency [ms]"
+plot [:] [:0.5] \
+          "len2-msgs.txt" using 2:(1000*$14) with points title "2 byte messages", \
+          "len4-msgs.txt" using 2:(1000*$14) with points title "4 byte messages", \
+          "len6-msgs.txt" using 2:(1000*$14) with points title "6 byte messages", \
+          "len8-msgs.txt" using 2:(1000*$14) with points title "8 byte messages"
 EOF
 }