Commit e02502c4 authored by Captain.B's avatar Captain.B Committed by 刘瑞斌
Browse files

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

parent 5240ed1c
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment