[skip ci] Add comment of milvus version on benchamrk (#9222)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/9226/head
wt 2021-10-04 19:50:09 +08:00 committed by GitHub
parent 9345564cbe
commit 9f218f6d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ DEFAULT_IMAGE = "milvusdb/milvus:latest"
SERVER_HOST_DEFAULT = "127.0.0.1"
SERVER_PORT_DEFAULT = 19530
# milvus version, should be changed by manual
SERVER_VERSION = "2.0.0-RC7"
DEFUALT_DEPLOY_MODE = "single"