[skip ci] Add comment of update result on benchmark (#8921)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/8952/head
wt 2021-09-30 15:01:21 +08:00 committed by GitHub
parent af43115106
commit b4de922096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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):