milvus/tests/benchmark/milvus_benchmark/suites/2_locust_random.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

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