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