mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of test status on benchmark (#8854)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/9103/head
parent
adb3db0ca6
commit
cbec2a9a10
|
@ -44,6 +44,7 @@ class Metric(object):
|
|||
return hashlib.md5(json_str.encode('utf-8')).hexdigest()
|
||||
|
||||
def update_status(self, status):
|
||||
# Set the final result of the test run: RUN_SUCC or RUN_FAILED
|
||||
self.status = status
|
||||
|
||||
def update_result(self, result):
|
||||
|
|
Loading…
Reference in New Issue