mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
ninjafix: removed two errors config in the scenarios
This commit is contained in:
parent
0684798f4c
commit
b005b2e8e6
@ -23,11 +23,11 @@ scenarios:
|
||||
rampup: run tags='block:rampup' labels='target:astra' threads=100 cycles=TEMPLATE(trainsize) errors=counter
|
||||
search_and_index_unthrottled: >-
|
||||
run tags='block:search_and_index,optype=select' labels='target:astra'
|
||||
cycles=TEMPLATE(testsize) threads=10 errors=count,retry stride=500 errors=counter
|
||||
cycles=TEMPLATE(testsize) threads=10 errors=counter,warn stride=500
|
||||
search_and_index: >-
|
||||
run alias=search_and_index tags='block:search_and_index,optype=select' labels='target:astra'
|
||||
cycles=TEMPLATE(testsize) errors=count,retry stride=100 striderate=17.5
|
||||
errors=counter threads=500
|
||||
cycles=TEMPLATE(testsize) errors=counter,warn stride=100 striderate=17.5
|
||||
threads=500
|
||||
# one activity or two? data leap-frog? or concurrency separate for both?
|
||||
# await_index: run tags='block:await_index' # This would need to exit when a condition is met
|
||||
# stop_search_and_index: stop search_and_index
|
||||
|
Loading…
Reference in New Issue
Block a user