Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
00739aa3
Commit
00739aa3
authored
3 years ago
by
Captain.B
Committed by
刘瑞斌
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(性能测试): 修复预热时间单位固定后的最大值限制
parent
d1e68ef8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue
+1
-1
...performance/test/components/PerformancePressureConfig.vue
with
1 addition
and
1 deletion
+1
-1
frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue
+
1
-
1
View file @
00739aa3
...
...
@@ -454,7 +454,7 @@ export default {
tg
.
threadType
===
'
ITERATION
'
)
{
continue
;
}
if
(
t
g
.
d
uration
<
tg
.
rampUpTime
)
{
if
(
t
his
.
getD
uration
(
tg
)
<
tg
.
rampUpTime
)
{
tg
.
rampUpTime
=
tg
.
duration
;
}
if
(
tg
.
rampUpTime
<
tg
.
step
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help