Commit 00739aa3 authored by Captain.B's avatar Captain.B Committed by 刘瑞斌
Browse files

fix(性能测试): 修复预热时间单位固定后的最大值限制

parent d1e68ef8
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment