From 281be2083b94b906a6cc5410928610c4034bb05c Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Thu, 22 Jul 2021 14:49:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=84=E7=83=AD=E6=97=B6=E9=97=B4=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E5=9B=BA=E5=AE=9A=E5=90=8E=E7=9A=84=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=80=BC=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance/test/components/PerformancePressureConfig.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 84e698511a..c30a6d1492 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -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) {