added speedup plot

This commit is contained in:
Stephen McQuay 2011-05-29 21:31:53 -06:00
parent 603a100946
commit 811705d6b9
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
set terminal postscript enhanced
set nokey
set xlabel "Number of Participating Minions"
set ylabel "Speedup (S_p)"
set log xy
plot 'scale.out' u 1:3 w lp t 'Speedup'