mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-16 17:34:52 -06:00
templating findmax vars for vector workload
This commit is contained in:
parent
7d332543f2
commit
a249016a56
@ -154,9 +154,9 @@ scenarios:
|
||||
# Find the optimal rate for the search workload
|
||||
findmax: >-
|
||||
findmax activity=search_and_verify
|
||||
base_value=200
|
||||
step_value=50
|
||||
min_frames=10
|
||||
base_value=TEMPLATE(200,findmax_base_rate)
|
||||
step_value=TEMPLATE(50,findmax_step_value)
|
||||
min_frames=TEMPLATE(10,findmax_min_frames)
|
||||
optimization_type=rate
|
||||
|
||||
# Optimize the search workload
|
||||
|
Loading…
Reference in New Issue
Block a user