mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
3b0ca71602
Former-commit-id: ac930b6af9c664da4382e97722fed11a70bb2c99
17 lines
426 B
YAML
17 lines
426 B
YAML
|
|
stability:
|
|
# interface: search_vectors / add_vectors mix operation
|
|
query:
|
|
[
|
|
{
|
|
"dataset": "random_20m_1024_512_ip",
|
|
# "nqs": [1, 10, 100, 1000, 10000],
|
|
# "pds": [0.1, 0.44, 0.44, 0.02],
|
|
"query_process_num": 10,
|
|
# each 10s, do an insertion
|
|
# "insert_interval": 1,
|
|
# minutes
|
|
"during_time": 360,
|
|
"server.cpu_cache_capacity": 100
|
|
},
|
|
] |