[skip ci] Add comment of metric type on benchmark (#8924)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-09-30 12:31:02 +08:00 committed by GitHub
parent 615f72b6d3
commit 1759c5d2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ class Metric(object):
# including: metric, suite_metric # including: metric, suite_metric
def set_case_metric_type(self): def set_case_metric_type(self):
# The current test types on argo are all case
self._type = "case" self._type = "case"
def json_md5(self): def json_md5(self):