mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of deploy mode on benchamrk (#8853)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8891/head
parent
896210b377
commit
eae3efb027
|
@ -34,6 +34,7 @@ class Metric(object):
|
||||||
self.run_id = int(time.time())
|
self.run_id = int(time.time())
|
||||||
|
|
||||||
def set_mode(self, mode):
|
def set_mode(self, mode):
|
||||||
|
# Set the deployment mode of milvus
|
||||||
self.mode = mode
|
self.mode = mode
|
||||||
|
|
||||||
# including: metric, suite_metric
|
# including: metric, suite_metric
|
||||||
|
|
Loading…
Reference in New Issue