[skip ci] Add comment of metric on benchamrk (#8244)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/8248/head
wt 2021-09-18 18:41:51 +08:00 committed by GitHub
parent 3f5e876188
commit 9fa3ce25da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from .hardware import Hardware
class Metric(object):
def __init__(self):
# format of report data
self._version = '0.1'
self._type = 'metric'
self.run_id = None