# Sets up a basic database with 2 collections and 50000 keys and run thread for 10 seconds.
# All components are enabled.
# Used as a stress test for the framework.
duration_seconds=10,
cache_size_mb=5000,
enable_logging=true,
checkpoint_manager=
(
    enabled=true,
    op_rate=5s
),
runtime_monitor=
(
    stat_cache_size=
    (
        enabled=true,
        limit=100
    )
),
workload_generator=
(
    collection_count=2,
    key_count=50000,
    key_size=10,
    ops_per_transaction=
    (
        min=5,
        max=50
    ),
    read_threads=1,
    update_threads=1,
    value_size=2000
),
