mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of run_id on benchmark (#8852)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8891/head
parent
fa97f3ff46
commit
896210b377
|
@ -30,6 +30,7 @@ class Metric(object):
|
|||
self.datetime = str(datetime.datetime.now())
|
||||
|
||||
def set_run_id(self):
|
||||
# Get current time as run id, which uniquely identifies this test
|
||||
self.run_id = int(time.time())
|
||||
|
||||
def set_mode(self, mode):
|
||||
|
|
Loading…
Reference in New Issue