mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of benchmark file insert (#8486)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8170/head
parent
a8a0ae27ae
commit
4a866d5626
|
@ -48,6 +48,7 @@ class InsertRunner(BaseRunner):
|
|||
flush = False
|
||||
self.init_metric(self.name, collection_info, index_info, None)
|
||||
case_metric = copy.deepcopy(self.metric)
|
||||
# set metric type as case
|
||||
case_metric.set_case_metric_type()
|
||||
case_metrics = list()
|
||||
case_params = list()
|
||||
|
|
Loading…
Reference in New Issue