smbinterp/plots/scalability/speedup.plt

11 lines
170 B
Gnuplot
Raw Normal View History

load '../main.plt'
2011-05-29 20:31:53 -07:00
set output 'speedup.eps'
2011-05-29 20:31:53 -07:00
set nokey
2011-05-29 20:31:53 -07:00
set ylabel "Speedup (S_p)"
set xlabel "Number of Participating Minions"
2011-05-29 20:31:53 -07:00
plot 'scale.out' u 1:2 w lp t 'Speedup'