fix(性能测试): 按顺序执行的性能测试时间计算问题
This commit is contained in:
parent
593db1ca24
commit
0ed56a479e
|
@ -870,7 +870,7 @@ public class JmeterDocumentParser implements DocumentParser {
|
||||||
|
|
||||||
private void processExpectedDuration(String duration) {
|
private void processExpectedDuration(String duration) {
|
||||||
Long d = Long.parseLong(duration);
|
Long d = Long.parseLong(duration);
|
||||||
Object serialize = context.getProperty("TestPlan.serialize_threadgroups");
|
Object serialize = context.getProperty("serialize_threadgroups");
|
||||||
String expectedDuration = (String) context.getProperty("expectedDuration");
|
String expectedDuration = (String) context.getProperty("expectedDuration");
|
||||||
if (StringUtils.isBlank(expectedDuration)) {
|
if (StringUtils.isBlank(expectedDuration)) {
|
||||||
expectedDuration = "0";
|
expectedDuration = "0";
|
||||||
|
|
Loading…
Reference in New Issue