minor: added a url to a comment
This commit is contained in:
parent
1fe860d2d1
commit
67d59da0cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user