Skip to content

Commit b30a8f1

Browse files
authored
Added keyvalue load actor config example (#1045)
1 parent 07c49db commit b30a8f1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ydb/core/load_test/config_examples.cpp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@ TVector<TConfigTemplate> BuildExamples() {
2525
ColumnsCnt: 2
2626
RowsCnt: 1
2727
}
28+
})_"
29+
},
30+
TConfigTemplate{
31+
.LoadName = "KeyValueLoad",
32+
.Template = R"_(KeyValueLoad: {
33+
TargetTabletId: xxx
34+
DurationSeconds: 120
35+
Workers {
36+
KeyPrefix: "LoadTest_"
37+
MaxInFlight: 128
38+
Size: 1024
39+
IsInline: false
40+
LoopAtKeyCount: 0
41+
}
2842
})_"
2943
},
3044
TConfigTemplate{

0 commit comments

Comments
 (0)