aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Shatov <olegsh@ydb.tech>2024-01-16 22:15:35 +0700
committerGitHub <noreply@github.com>2024-01-16 22:15:35 +0700
commitb30a8f1062d3bfbc8c19c77d2b9dbcaba3d137c9 (patch)
tree696a8506aed992c1c068bcf8360ca21971699291
parent07c49db084817e18fd41123d3fa71e74229da8a8 (diff)
downloadydb-b30a8f1062d3bfbc8c19c77d2b9dbcaba3d137c9.tar.gz
Added keyvalue load actor config example (#1045)
-rw-r--r--ydb/core/load_test/config_examples.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/ydb/core/load_test/config_examples.cpp b/ydb/core/load_test/config_examples.cpp
index 96e383e5c2..fe93d99295 100644
--- a/ydb/core/load_test/config_examples.cpp
+++ b/ydb/core/load_test/config_examples.cpp
@@ -28,6 +28,20 @@ TVector<TConfigTemplate> BuildExamples() {
})_"
},
TConfigTemplate{
+ .LoadName = "KeyValueLoad",
+ .Template = R"_(KeyValueLoad: {
+ TargetTabletId: xxx
+ DurationSeconds: 120
+ Workers {
+ KeyPrefix: "LoadTest_"
+ MaxInFlight: 128
+ Size: 1024
+ IsInline: false
+ LoopAtKeyCount: 0
+ }
+})_"
+ },
+ TConfigTemplate{
.LoadName = "StorageLoad",
.Template = R"_(StorageLoad: {
DurationSeconds: 60