Skip to content

Commit 5c82488

Browse files
authored
Introduce InitialAllocation option for storage load actor, KIKIMR-20619 (#806)
* Introduce InitialAllocation option for storage load actor * Improve write throttling, add delay after initial write * Fix time in UI * Adress comments
1 parent ca629fb commit 5c82488

File tree

3 files changed

+383
-110
lines changed

3 files changed

+383
-110
lines changed

ydb/core/load_test/gen.h

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ namespace NKikimr {
1818
double AccumWeight = 0;
1919

2020
public:
21+
TGenerator() = default;
22+
2123
template<typename T>
2224
TGenerator(const google::protobuf::RepeatedPtrField<T>& setting) {
2325
for (const auto& item : setting) {

0 commit comments

Comments
 (0)