mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 13:28:49 +08:00
eff75c7701
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
locust_random_performance:
|
|
collections:
|
|
-
|
|
milvus:
|
|
cache_config.insert_buffer_size: 2GB
|
|
engine_config.use_blas_threshold: 1100
|
|
wal_enable: true
|
|
collection_name: sift_1m_128_l2
|
|
# other_fields: int
|
|
ni_per: 50000
|
|
build_index: false
|
|
index_type: ivf_sq8
|
|
index_param:
|
|
nlist: 1024
|
|
task:
|
|
types:
|
|
- type: flush
|
|
weight: 1
|
|
-
|
|
type: query
|
|
weight: 20
|
|
params:
|
|
top_k: 10
|
|
nq: 100
|
|
# filters:
|
|
# - range:
|
|
# int64:
|
|
# LT: 0
|
|
# GT: 1000000
|
|
search_param:
|
|
nprobe: 16
|
|
-
|
|
type: insert
|
|
weight: 20
|
|
params:
|
|
ni_per: 1
|
|
-
|
|
type: load
|
|
weight: 1
|
|
-
|
|
type: get
|
|
weight: 2
|
|
params:
|
|
ids_length: 10
|
|
connection_num: 1
|
|
clients_num: 20
|
|
hatch_rate: 2
|
|
during_time: 600
|