summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/config_poc_test_default.txt
blob: 6caaa4d445683923e62e2a39321402656c93b67f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Sets up a basic database with 2 collections and 5 keys and run thread for 10 seconds.
# All components are enabled.
# Used as a basic test for the framework.
duration_seconds=10,
cache_size_mb=1000,
runtime_monitor=
(
    stat_cache_size=
    (
        enabled=true,
        limit=100
    )
),
workload_generator=
(
    collection_count=2,
    key_count=5,
    key_size=1,
    ops_per_transaction=
    (
        min=5,
        max=50
    ),
    read_threads=1,
    update_threads=1
),