added speedup plot
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user