Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek jha <[email protected]>
  • Loading branch information
duckling69 committed Jun 11, 2024
1 parent 6ac41bd commit 6aed282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/generator-caliper/generators/benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ module.exports = class extends Generator {
{name: 'Fixed Backlog', value: 'fixed-backlog'},
{name: 'Linear Rate', value: 'linear-rate'},
{name: 'Fixed Feedback Rate', value: 'fixed-feedback-rate'}
{name: 'Fixed Load', value: "fixed-load"}
],
when: () => !this.options.rateController
}, {
Expand Down Expand Up @@ -273,7 +274,7 @@ module.exports = class extends Generator {
this._configWrite();
break;
case 'fixed-load':
answersObject.opts = 'startTps:10, transactionLoad:20';
answersObject.opts = 'startTps: 10, transactionLoad: 20';
this._configWrite();
break;
}
Expand Down

0 comments on commit 6aed282

Please sign in to comment.