mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Delete unused codes of locust_user (#14392)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/14412/head
parent
d27d627c8b
commit
e6fef99dae
|
@ -55,7 +55,6 @@ class MyUser(User):
|
|||
|
||||
def locust_executor(host, port, collection_name, connection_type="single", run_params=None):
|
||||
m = MilvusClient(host=host, port=port, collection_name=collection_name)
|
||||
# MyUser.tasks = {}
|
||||
MyUser.op_info = run_params["op_info"]
|
||||
MyUser.params = {}
|
||||
tasks = run_params["tasks"]
|
||||
|
|
Loading…
Reference in New Issue