From 35aca0fc8d3e87ada142e983f5664c7de33f0afb Mon Sep 17 00:00:00 2001 From: wt Date: Sun, 26 Sep 2021 14:57:58 +0800 Subject: [PATCH] [skip ci] Add comment of server deployment update file on benchmark (#8576) 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 db0b9474f5..97fa9d1b96 100644 --- a/tests/benchmark/milvus_benchmark/update.py +++ b/tests/benchmark/milvus_benchmark/update.py @@ -74,6 +74,7 @@ def update_values(src_values_file, deploy_params_file): mems = res["mems"] gpus = res["gpus"] if cpus: + # Set the scope of cpu application according to the configuration resources = { "limits": { "cpu": str(int(cpus)) + ".0"