set terminal png
set output 'toommplot.png'
set logscale y
set key bottom right
plot 'bench_gmp_asm/gmptoomm' u 1:3 title "GMP", 'bench_gmp_generic/gmptoomm' u 1:3 title "GMP without assembly", 'bench_why/why3toomm' u 1:3 title "WhyMP", 'bench_minigmp/minigmptoomm' u 1:3 title "MiniGMP", 'bench_whygmp/why3toomm' u 1:3 title "WhyMP with GMP primitives", 'bench_whymini/why3toomm' u 1:3 title "WhyMP with Mini-GMP primitives"
