Skip to content

Commit 6aed282

Browse files
authored
review changes
Signed-off-by: Vivek jha <[email protected]>
1 parent 6ac41bd commit 6aed282

File tree

1 file changed

+2
-1
lines changed
  • packages/generator-caliper/generators/benchmark

1 file changed

+2
-1
lines changed

packages/generator-caliper/generators/benchmark/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ module.exports = class extends Generator {
104104
{name: 'Fixed Backlog', value: 'fixed-backlog'},
105105
{name: 'Linear Rate', value: 'linear-rate'},
106106
{name: 'Fixed Feedback Rate', value: 'fixed-feedback-rate'}
107+
{name: 'Fixed Load', value: "fixed-load"}
107108
],
108109
when: () => !this.options.rateController
109110
}, {
@@ -273,7 +274,7 @@ module.exports = class extends Generator {
273274
this._configWrite();
274275
break;
275276
case 'fixed-load':
276-
answersObject.opts = 'startTps:10, transactionLoad:20';
277+
answersObject.opts = 'startTps: 10, transactionLoad: 20';
277278
this._configWrite();
278279
break;
279280
}

0 commit comments

Comments
 (0)