From 67d59da0ccc0fcbbd47bb0fa78bb63fc231f89d3 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Sat, 28 May 2011 13:03:16 -0600 Subject: [PATCH] minor: added a url to a comment --- plots/scalability/scalability_plot_gen.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plots/scalability/scalability_plot_gen.py b/plots/scalability/scalability_plot_gen.py index 74e716c..7f11715 100644 --- a/plots/scalability/scalability_plot_gen.py +++ b/plots/scalability/scalability_plot_gen.py @@ -14,11 +14,8 @@ for line in (i[1] for i in sorted(d.iteritems(), key = lambda x: x[1]['stats'][' velocity = run['count'] / run['receive'] - # print run['participants'], run['count'] / run['receive'] - # inverse - # print run['participants'], run['receive'] / run['count'] - # speedup: + # speedup (http://en.wikipedia.org/wiki/Speedup): S_p = run['receive']/run['count'] / 1148.02904 print run['participants'], velocity, S_p