smbinterp/plots/scalability/speedup.plt
Stephen Mardson McQuay f47585735d made the labels of plots work better with how they are presented in the results chapter
--HG--
rename : plots/scalability/speedup.plt => plots/scalability/efficiency.plt
2011-05-30 22:49:24 -06:00

11 lines
170 B
Gnuplot

load '../main.plt'
set output 'speedup.eps'
set nokey
set ylabel "Speedup (S_p)"
set xlabel "Number of Participating Minions"
plot 'scale.out' u 1:2 w lp t 'Speedup'