mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-08 19:23:54 +00:00
get_rps_list for composite load should work now
This commit is contained in:
parent
f0f9bf8149
commit
5e0a531b12
@ -111,7 +111,7 @@ class Composite(object):
|
||||
return sum(step.__len__() for step in self.steps)
|
||||
|
||||
def get_rps_list(self):
|
||||
return list(chain(step.get_rps_list() for step in self.steps))
|
||||
return list(chain.from_iterable(step.get_rps_list() for step in self.steps))
|
||||
|
||||
|
||||
class Stairway(Composite):
|
||||
|
Loading…
Reference in New Issue
Block a user