mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
[skip ci] Fix code typo (#10437)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
ffc0c07610
commit
b371d12de5
@ -277,5 +277,5 @@ if __name__ == "__main__":
|
||||
# back_scheduler.shutdown(wait=False)
|
||||
sys.exit(-2)
|
||||
# block_scheduler.shutdown(wait=False)
|
||||
logger.info("All tests run finshed")
|
||||
logger.info("All tests run finished")
|
||||
sys.exit(0)
|
||||
|
||||
@ -111,7 +111,7 @@ class InsertGetRunner(GetRunner):
|
||||
time.sleep(utils.DELETE_INTERVAL_TIME)
|
||||
self.milvus.create_collection(dimension, data_type=vector_type, other_fields=other_fields)
|
||||
self.insert(self.milvus, collection_name, case_param["data_type"], dimension,
|
||||
case_param["collection_size"], case_param["ni_per"])
|
||||
case_param["collection_size"], case_param["ni_per"])
|
||||
start_time = time.time()
|
||||
self.milvus.flush()
|
||||
flush_time = round(time.time() - start_time, 2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user