[skip ci] Add comment of update message on benchmark (#8923)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-09-30 15:04:24 +08:00 committed by GitHub
parent b4de922096
commit 56546a89ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,4 +55,5 @@ class Metric(object):
self.metrics["value"].update(result)
def update_message(self, err_message):
# If there is an error message in the test result, record the error message and report it
self.err_message = err_message