added speedup plot
This commit is contained in:
parent
603a100946
commit
811705d6b9
10
plots/scalability/speedup.plt
Normal file
10
plots/scalability/speedup.plt
Normal 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'
|
Loading…
Reference in New Issue
Block a user