EFL 1.7 svn doobies
[profile/ivi/eina.git] / doc / benchmark / stringshare / bench_Stringshare_2008-08-08_0000.gnuplot
1 set   autoscale                        # scale axes automatically
2 unset log                              # remove any log-scaling
3 unset label                            # remove any previous labels
4 set xtic auto                          # set xtics automatically
5 set ytic auto                          # set ytics automatically
6 set logscale y
7 set terminal png size 1024,768
8 set output "output_Stringshare_2008-08-08_0001.png"
9 set title "Stringshare 2008-08-08_0001 (superfast vs djb2)"
10 set xlabel "tests"
11 set ylabel "time"
12 plot "bench_Stringshare_2008-08-08_0001.stringshare.data" using 1:2 title 'stringshare-superfast' with line, \
13  "bench_Stringshare_2008-08-08_0000.stringshare.data" using 1:2 title 'stringshare-djb2' with line
14
15 # "bench_Stringshare_2008-08-08_0000.stringshare.data" using 1:(2*abs($5-$2)/(abs($5)+abs($2))) title "relative error" with line
16
17