summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/config_poc_test_default.txt
blob: a53844d00a756c73c06d0c739a11c73bb8452e43 (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
27
28
29
30
31
# 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,
checkpoint_manager=
(
    op_count=30,
    interval=m,
),
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
),