Skip to content

Commit

Permalink
[skip e2e] Removed unused codes on main file (milvus-io#14835)
Browse files Browse the repository at this point in the history
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
  • Loading branch information
wangting0128 authored Jan 5, 2022
1 parent bd2e5b6 commit 88ec7c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/benchmark/milvus_benchmark/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,14 @@ def main():
server_config = suite["server"] if "server" in suite else None
logger.debug(milvus_config)
logger.debug(server_config)
helm_params = {
"server_name": server_host,
"server_tag": server_tag,
"server_config": server_config,
"milvus_config": milvus_config,
"image_tag": image_tag,
"image_type": image_type
}
# helm_params = {
# "server_name": server_host,
# "server_tag": server_tag,
# "server_config": server_config,
# "milvus_config": milvus_config,
# "image_tag": image_tag,
# "image_type": image_type
# }
# env_params = {
# "deploy_mode": deploy_mode,
# "helm_path": helm_path,
Expand Down

0 comments on commit 88ec7c0

Please sign in to comment.