提交 f95b8420 编写于 作者: H haifeng414

添加rps参数

上级 b6e24a96
......@@ -44,6 +44,17 @@
</el-input>
<span>次增加并发用户</span>
</div>
<div class="small-input">
<span>RPS上限:</span>
<el-input
type="number"
placeholder="请输入限制"
v-model="rpsLimit"
@click="convertProperty"
show-word-limit
>
</el-input>
</div>
</el-row>
</div>
</template>
......@@ -58,6 +69,7 @@
duration: 3,
rampUpTime: 12,
step: 2,
rpsLimit: 10,
}
},
created() {
......@@ -71,7 +83,8 @@
{key: "TargetLevel", value: this.threadNumber},
{key: "RampUp", value: this.rampUpTime},
{key: "Steps", value: this.step},
{key: "Hold", value: this.duration}
{key: "duration", value: this.duration},
{key: "rpsLimit", value: this.rpsLimit}
];
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册