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)