mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of update result on benchmark (#8921)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8952/head
parent
af43115106
commit
b4de922096
|
@ -51,6 +51,7 @@ class Metric(object):
|
|||
self.status = status
|
||||
|
||||
def update_result(self, result):
|
||||
# Customized test result update, different test types have different results
|
||||
self.metrics["value"].update(result)
|
||||
|
||||
def update_message(self, err_message):
|
||||
|
|
Loading…
Reference in New Issue