mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment of test status on benchmark (#8854)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user