summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/bounded_cursor_stress_default.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/configs/bounded_cursor_stress_default.txt')
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/configs/bounded_cursor_stress_default.txt55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/configs/bounded_cursor_stress_default.txt b/src/third_party/wiredtiger/test/cppsuite/configs/bounded_cursor_stress_default.txt
new file mode 100644
index 00000000000..f9c75559a7b
--- /dev/null
+++ b/src/third_party/wiredtiger/test/cppsuite/configs/bounded_cursor_stress_default.txt
@@ -0,0 +1,55 @@
+# Configuration for bounded_cursor_stress default test.
+duration_seconds=60,
+cache_size_mb=100,
+reverse_collator=false,
+timestamp_manager=
+(
+ stable_lag=2,
+ oldest_lag=2,
+),
+workload_manager=
+(
+ populate_config=
+ (
+ collection_count=10,
+ key_count_per_collection=100,
+ thread_count=10,
+ ),
+ insert_config=
+ (
+ key_size=100,
+ op_rate=10ms,
+ thread_count=10,
+ value_size=2000,
+ ops_per_transaction=(max=5,min=0)
+ ),
+ read_config=
+ (
+ op_rate=3ms,
+ thread_count=10,
+ ops_per_transaction=(max=5,min=0)
+ ),
+ remove_config=
+ (
+ op_rate=5ms,
+ thread_count=5,
+ ops_per_transaction=(max=5,min=0)
+ ),
+ update_config=
+ (
+ op_rate=15ms,
+ thread_count=10,
+ value_size=2000,
+ ops_per_transaction=(max=5,min=0)
+ ),
+ custom_config=
+ (
+ thread_count=10,
+ op_rate=10ms,
+ ops_per_transaction=(max=5,min=0)
+ )
+),
+operation_tracker=
+(
+ enabled=false,
+)