[skip ci] Refine benchmark readme (#10434)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/10445/head
binbin 2021-10-22 16:29:13 +08:00 committed by GitHub
parent a79bce41b3
commit 9f197be4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ The milvus_benchmark is a non-functional testing tool or service which allows us
2. Prepare data: 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 ```bash
$ sudo mount -t cifs -o username=test,vers=1.0 //172.16.70.249/test /test $ 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` - `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` - `metric`