[skip ci] Add comment of client file on benchmark (#8229)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/8241/head
wt 2021-09-18 17:55:50 +08:00 committed by GitHub
parent 1317d893bb
commit 5cced52ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ from milvus_benchmark.runners import utils
logger = logging.getLogger("milvus_benchmark.client")
# yaml file and code file comparison table of Index parameters
INDEX_MAP = {
"flat": "FLAT",
"ivf_flat": "IVF_FLAT",