mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 18:35:18 +00:00
start work on chopper
This commit is contained in:
parent
73f018db08
commit
3669d68cfd
@ -0,0 +1,9 @@
|
||||
"""
|
||||
Split incoming DataFrames into chunks, cache them, union chunks with same key
|
||||
and pass to the underlying aggregator.
|
||||
"""
|
||||
|
||||
|
||||
class Chopper(object):
|
||||
def __init__(self, arg):
|
||||
self.arg = arg
|
Loading…
Reference in New Issue
Block a user