Cai Yudong 84110d2684 Add tests/benchmark and tests/python_test using new python SDK
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
2021-02-25 17:35:36 +08:00

11 lines
146 B
Python

class Reporter(object):
def __init__(self):
pass
def report(self, result):
pass
class BaseResult(object):
pass