Stephen Mardson McQuay
f47585735d
--HG-- rename : plots/scalability/speedup.plt => plots/scalability/efficiency.plt
11 lines
170 B
Gnuplot
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'
|