fix(性能测试): 修复预热时间单位固定后的最大值限制
This commit is contained in:
parent
d1e68ef8d2
commit
00739aa301
|
@ -454,7 +454,7 @@ export default {
|
|||
tg.threadType === 'ITERATION') {
|
||||
continue;
|
||||
}
|
||||
if (tg.duration < tg.rampUpTime) {
|
||||
if (this.getDuration(tg) < tg.rampUpTime) {
|
||||
tg.rampUpTime = tg.duration;
|
||||
}
|
||||
if (tg.rampUpTime < tg.step) {
|
||||
|
|
Loading…
Reference in New Issue