[skip ci] Add comment of benchmark file get (#8484)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/8170/head
wt 2021-09-24 16:17:56 +08:00 committed by GitHub
parent a9664083ba
commit 13bc251e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class GetRunner(BaseRunner):
for ids_length in ids_length_list:
ids = get_ids(ids_length, collection_size)
case_metric = copy.deepcopy(self.metric)
# set metric type as case
case_metric.set_case_metric_type()
case_params = list()
case_metric.run_params = {"ids_length": ids_length}