From 587679d8503303a86bab724ac597985acef16b15 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:44:37 +0800 Subject: [PATCH] [skip ci] Fixing word spelling errors (#9615) Signed-off-by: jingkl --- tests-deprecating/milvus_benchmark/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests-deprecating/milvus_benchmark/README.md b/tests-deprecating/milvus_benchmark/README.md index 2488cd9800..9183219475 100644 --- a/tests-deprecating/milvus_benchmark/README.md +++ b/tests-deprecating/milvus_benchmark/README.md @@ -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