From 811705d6b930b2edc9158847f7c94cd7393e3495 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Sun, 29 May 2011 21:31:53 -0600 Subject: [PATCH] added speedup plot --- plots/scalability/speedup.plt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plots/scalability/speedup.plt diff --git a/plots/scalability/speedup.plt b/plots/scalability/speedup.plt new file mode 100644 index 0000000..d581646 --- /dev/null +++ b/plots/scalability/speedup.plt @@ -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'