From 25cbb747b22ab30af28e6ada85bf1af1a4b4b2cf Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 19 Oct 2021 16:42:54 +0800 Subject: [PATCH] [skip ci] Fix wrong spelling (#10176) Signed-off-by: Binbin Lv --- tests/benchmark/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/benchmark/README.md b/tests/benchmark/README.md index 4c6347add5..494ce93c81 100644 --- a/tests/benchmark/README.md +++ b/tests/benchmark/README.md @@ -7,7 +7,7 @@ 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 + - 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 @@ -73,7 +73,7 @@ insert_performance: ``` - `insert_performance` - The top level is the runner type: the other test types including: `search_performance/build_performance/insert_performance/accuracy/locust_insert/...`, each test type corresponds to the different runner conponent defined in directory `runnners` + The top level is the runner type: the other test types including: `search_performance/build_performance/insert_performance/accuracy/locust_insert/...`, each test type corresponds to the different runner component defined in directory `runnners` - other fields under runner type @@ -165,11 +165,11 @@ Also, you should provide the field value of the source data file path `source_fi ## Overview of the benchmark -### Conponents +### Components - `main.py` - The entry file: parse the input params and initialize the other conponent: `metric`, `env`, `runner` + The entry file: parse the input params and initialize the other component: `metric`, `env`, `runner` - `metric`