smbinterp/plots/scalability/speedup.plt

11 lines
169 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
2011-06-02 23:53:55 -07:00
plot 'scale.out' u 1:2 w p t 'Speedup'