milvus/tests/benchmark/milvus_benchmark/suites/2_accuracy_ann_debug.yaml
binbin eff75c7701
Replace sdk source and merge tests and tests20 (#7182)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
2021-08-20 11:00:56 +08:00

33 lines
873 B
YAML

ann_accuracy:
collections:
-
milvus:
cache_config.cpu_cache_capacity: 16GB
engine_config.use_blas_threshold: 1100
server:
cpus: 12
source_file: /test/milvus/ann_hdf5/sift-128-euclidean.hdf5
collection_name: sift_128_euclidean
index_types: ['flat']
index_params:
nlist: [1024]
top_ks: [10]
nqs: [10000]
search_params:
nprobe: [1]
# - milvus:
# cache_config.cpu_cache_capacity: 16GB
# engine_config.use_blas_threshold: 1100
# server:
# cpus: 12
# source_file: /test/milvus/ann_hdf5/glove-200-angular.hdf5
# collection_name: glove_200_angular
# index_types: ['annoy']
# index_params:
# n_trees: [8, 32]
# top_ks: [10]
# nqs: [10000]
# search_params:
# search_k: [50, 100, 500, 1000]