]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Print test paremeters in smaller font
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Dec 2010 17:21:08 +0000 (18:21 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Dec 2010 17:21:08 +0000 (18:21 +0100)
gw-tests/lib.sh

index 1a490a1e35a1457b0fd5750be80ef45a3b56a001..7f0d9fd0b06e19e3276c82a699dde790e04710ed 100644 (file)
@@ -47,7 +47,7 @@ cleanupgw() {
 _plot() {
     local testname=`basename $0 .sh`
 
-    plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n(GW kernel $kvers, Traffic $traffic, Load $load)\"/" > plot.gp
+    plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n{\/*0.75 (GW kernel $kvers, Traffic $traffic, Load $load)}\"/" > plot.gp
     if [[ ! -s plot.gp ]]; then return; fi
     if [ -z "$OPT_NO_X11" ]; then
        echo "set terminal x11 enhanced; $(< plot.gp)" | gnuplot -persist