Better benchmarking
This commit is contained in:
11
bench/plot.gnuplot
Normal file
11
bench/plot.gnuplot
Normal file
@@ -0,0 +1,11 @@
|
||||
set logscale x
|
||||
|
||||
set term wxt 1
|
||||
plot "out.dat" i 0 using 1:2 with lines title 'Naive', \
|
||||
"out.dat" i 0 using 1:3 with lines title 'Model', \
|
||||
"out.dat" i 0 using 1:4 with lines title 'Optimal'
|
||||
|
||||
set term wxt 2
|
||||
plot "out.dat" i 1 using 1:2 with lines title 'Naive', \
|
||||
"out.dat" i 1 using 1:3 with lines title 'Model', \
|
||||
"out.dat" i 1 using 1:4 with lines title 'Optimal'
|
Reference in New Issue
Block a user