[skip ci] Fixing word spelling errors (#9615)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/9679/head
jingkl 2021-10-11 19:44:37 +08:00 committed by GitHub
parent 42462820a8
commit 587679d850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ The milvus_benchmark is a non-functional testing tool or service which allows us
- Test cases in `milvus_benchmark` can be organized with `yaml`
- Test can run with local mode or helm mode
- local: install and start your local server, and pass the host/port param when start the tests
- helm: install the server by helm, which will manage the milvus in k8s cluster, and you can interagte the test stage into argo workflow or jenkins pipeline
- local: install and start your local server, and pass the host/port param when starting the tests
- helm: install the server by helm, which will manage the milvus in k8s cluster, and you can integrate the test stage into argo workflow or jenkins pipeline
### Usage