fix(性能测试): 按顺序执行的性能测试时间计算问题

This commit is contained in:
Captain.B 2021-04-02 12:59:47 +08:00 committed by 刘瑞斌
parent 593db1ca24
commit 0ed56a479e
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ public class JmeterDocumentParser implements DocumentParser {
private void processExpectedDuration(String 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");
if (StringUtils.isBlank(expectedDuration)) {
expectedDuration = "0";