mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine benchmark readme (#10434)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/10445/head
parent
a79bce41b3
commit
9f197be4b9
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue