fix(性能测试): 再次执行测试时avgTransactions未初始化
This commit is contained in:
parent
bcbc9e5a53
commit
60374f6094
|
@ -499,6 +499,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.maxUsers = '0';
|
this.maxUsers = '0';
|
||||||
this.avgThroughput = '0';
|
this.avgThroughput = '0';
|
||||||
|
this.avgTransactions = '0';
|
||||||
this.errors = '0';
|
this.errors = '0';
|
||||||
this.avgResponseTime = '0';
|
this.avgResponseTime = '0';
|
||||||
this.responseTime90 = '0';
|
this.responseTime90 = '0';
|
||||||
|
|
Loading…
Reference in New Issue