mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of client file on benchmark (#8229)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8241/head
parent
1317d893bb
commit
5cced52ff5
|
@ -14,6 +14,8 @@ from milvus_benchmark.runners import utils
|
||||||
|
|
||||||
logger = logging.getLogger("milvus_benchmark.client")
|
logger = logging.getLogger("milvus_benchmark.client")
|
||||||
|
|
||||||
|
|
||||||
|
# yaml file and code file comparison table of Index parameters
|
||||||
INDEX_MAP = {
|
INDEX_MAP = {
|
||||||
"flat": "FLAT",
|
"flat": "FLAT",
|
||||||
"ivf_flat": "IVF_FLAT",
|
"ivf_flat": "IVF_FLAT",
|
||||||
|
|
Loading…
Reference in New Issue