milvus/tests/milvus_benchmark/suites/gpu_accuracy_ann_debug.yaml
del-zhenwu 7cad494101 Enhance testing framework based on kubernetes (#935)
* Update framework

* remove files

* Remove files

* Remove ann-acc cases && Update java-sdk cases
2020-01-07 16:20:37 +08:00

47 lines
1.4 KiB
YAML

ann_accuracy:
tables:
-
server:
cache_config.cpu_cache_capacity: 16
engine_config.use_blas_threshold: 1100
engine_config.gpu_search_threshold: 1
gpu_resource_config.enable: true
gpu_resource_config.cache_capacity: 4
gpu_resource_config.search_resources:
- gpu0
- gpu1
gpu_resource_config.build_index_resources:
- gpu0
- gpu1
source_file: /test/milvus/ann_hdf5/kosarak-27983-jaccard.hdf5
table_name: kosarak_27984_jaccard
index_file_sizes: [1024]
index_types: ['flat', 'ivf_flat']
nlists: [2048]
search_params:
nprobes: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512]
top_ks: [10]
nqs: [10000]
-
server:
cache_config.cpu_cache_capacity: 16
engine_config.use_blas_threshold: 1100
engine_config.gpu_search_threshold: 1
gpu_resource_config.enable: true
gpu_resource_config.cache_capacity: 4
gpu_resource_config.search_resources:
- gpu0
- gpu1
gpu_resource_config.build_index_resources:
- gpu0
- gpu1
source_file: /test/milvus/ann_hdf5/sift-256-hamming.hdf5
table_name: sift_256_hamming
index_file_sizes: [1024]
index_types: ['flat', 'ivf_flat']
nlists: [2048]
search_params:
nprobes: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512]
top_ks: [100]
nqs: [1000]