refactor(性能测试): 性能测试重构, 资源池节点添加时默认端口和并发数

This commit is contained in:
Captain.B 2021-08-04 11:28:36 +08:00 committed by 刘瑞斌
parent 7515b697a1
commit 0bec34f980
1 changed files with 5 additions and 1 deletions

View File

@ -304,7 +304,11 @@ export default {
},
addResourceInfo() {
this.infoList.push({});
this.infoList.push({
port: '8082',
monitorPort: '9100',
maxConcurrency: 100
});
},
removeResourceInfo(index) {
if (this.infoList.length > 1) {