From 96926b33117dcebd0a9dbea8f004125bafade106 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Fri, 22 Jan 2021 16:20:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=AE=BE=E7=BD=AE=E8=BF=AD?= =?UTF-8?q?=E4=BB=A3=E6=AC=A1=E6=95=B0=E5=92=8Crpslimit=E7=9A=84=E4=B8=8A?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance/test/components/PerformancePressureConfig.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 88098c33af..6131c8241d 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -58,6 +58,7 @@ v-model="threadGroup.rpsLimit" @change="calculateChart(threadGroup)" :min="1" + :max="500" size="mini"/>
@@ -87,6 +88,7 @@ :disabled="isReadOnly" v-model="threadGroup.iterateNum" :min="1" + :max="10000" @change="calculateChart(threadGroup)" size="mini"/> @@ -98,6 +100,7 @@ :disabled="isReadOnly || !threadGroup.rpsLimitEnable" v-model="threadGroup.rpsLimit" :min="1" + :max="500" size="mini"/>