mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 19:02:18 +08:00
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
|
|
stability:
|
|
# interface: search_vectors / add_vectors mix operation
|
|
query:
|
|
[
|
|
# {
|
|
# "dataset": "random_50m_1024_512_ip",
|
|
# "index_type": "ivf_sq8",
|
|
# "query_process_num": 10,
|
|
# "during_time": 960,
|
|
# "server.cpu_cache_capacity": 100,
|
|
# "server.use_blas_threshold": 1100,
|
|
# "server.use_gpu_threshold": 100,
|
|
# "server.resources": ["gpu0", "gpu1"],
|
|
# "server.enable_gpu": false,
|
|
# "db_path_prefix": "/test/milvus/db_data_gpu/random_50m_1024_512_ip_sq8_stability"
|
|
# },
|
|
|
|
{
|
|
"dataset": "random_50m_1024_512_ip",
|
|
"index_type": "ivf_sq8",
|
|
"query_process_num": 10,
|
|
"during_time": 960,
|
|
"server.cpu_cache_capacity": 100,
|
|
"server.use_blas_threshold": 1100,
|
|
"server.use_gpu_threshold": 100,
|
|
"server.resources": ["gpu0", "gpu1"],
|
|
"server.enable_gpu": false,
|
|
"db_path_prefix": "/test/milvus/db_data_gpu/random_50m_1024_512_ip_sq8_stability"
|
|
},
|
|
] |