From 9f197be4b960d9cd1a9c226e7c696180c9a9bf44 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Fri, 22 Oct 2021 16:29:13 +0800 Subject: [PATCH] [skip ci] Refine benchmark readme (#10434) Signed-off-by: Binbin Lv --- tests/benchmark/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/benchmark/README.md b/tests/benchmark/README.md index 494ce93c81..2df9962bbd 100644 --- a/tests/benchmark/README.md +++ b/tests/benchmark/README.md @@ -28,7 +28,7 @@ The milvus_benchmark is a non-functional testing tool or service which allows us 2. Prepare data: - if we need to use the sift/deep dataset as the raw data input, we need to mount NAS and update `RAW_DATA_DIR` in `config.py`, the example mount command: + if we need to use the sift/deep dataset as the raw data input, then mount NAS and update `RAW_DATA_DIR` in `config.py`, the example mount command: ```bash $ sudo mount -t cifs -o username=test,vers=1.0 //172.16.70.249/test /test @@ -169,7 +169,7 @@ Also, you should provide the field value of the source data file path `source_fi - `main.py` - The entry file: parse the input params and initialize the other component: `metric`, `env`, `runner` + The entry file: parse the input params and initialize the other components: `metric`, `env`, `runner` - `metric`