#
# use this script with cbc-gen like this
#
#  $ cbc-gen -s tools/gen-script.txt
#

# change defaults
value-size-max 512
batch-size 600
durability-level majority

# create only one worker thread
create

# setup workload scheme
workload --reads=10 --writes=70 --deletes=20

# start all worker threads that created so far
# and ask them to execute 1000 operations each (zero for unbounded)
start --num-items=1000

# wait for the workers
wait
