minor: added a url to a comment

This commit is contained in:
Stephen McQuay 2011-05-28 13:03:16 -06:00
parent 1fe860d2d1
commit 67d59da0cc
1 changed files with 1 additions and 4 deletions

View File

@ -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