From 6e0cecb034ffd712fe12991992ad3f77d484e75f Mon Sep 17 00:00:00 2001 From: wt Date: Fri, 1 Oct 2021 09:22:53 +0800 Subject: [PATCH] [skip ci] Add log of update milvus on benchmark (#9005) Signed-off-by: wangting0128 --- tests/benchmark/milvus_benchmark/update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/benchmark/milvus_benchmark/update.py b/tests/benchmark/milvus_benchmark/update.py index 0960265e23..e0b90c5875 100644 --- a/tests/benchmark/milvus_benchmark/update.py +++ b/tests/benchmark/milvus_benchmark/update.py @@ -193,6 +193,7 @@ def update_values(src_values_file, deploy_params_file): 'mountPath': '/test' }] + print(values_dict) # Update content of src_values_file with open(src_values_file, 'w') as f: dump(values_dict, f, default_flow_style=False)