refactor(性能测试): 性能测试重构, 资源池节点添加时默认端口和并发数
This commit is contained in:
parent
7515b697a1
commit
0bec34f980
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue