mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of metric on benchamrk (#8244)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8248/head
parent
3f5e876188
commit
9fa3ce25da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue