|
@@ -558,6 +558,8 @@ static bool do_test_accounting(bool is_ops, /* are we testing bps or ops */
|
|
BucketType index;
|
|
BucketType index;
|
|
int i;
|
|
int i;
|
|
|
|
|
|
|
|
+ throttle_config_init(&cfg);
|
|
|
|
+
|
|
for (i = 0; i < 3; i++) {
|
|
for (i = 0; i < 3; i++) {
|
|
BucketType index = to_test[is_ops][i];
|
|
BucketType index = to_test[is_ops][i];
|
|
cfg.buckets[index].avg = avg;
|
|
cfg.buckets[index].avg = avg;
|