[skip e2e] Delete unused codes of locust_user (#14392)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/14412/head
wt 2021-12-28 13:33:33 +08:00 committed by GitHub
parent d27d627c8b
commit e6fef99dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"]