提交 79e86018 编写于 作者: C Captain.B 提交者: 刘瑞斌

fix(性能测试): 修复jmx中包含了ConcurrencyThreadGroup参数没有设置上的bug

Closes #1845
上级 990250fb
......@@ -100,6 +100,7 @@ public class JmeterDocumentParser implements DocumentParser {
processCheckoutBackendListener(ele);
processCheckoutAutoStopListener(ele);
} else if (nodeNameEquals(ele, CONCURRENCY_THREAD_GROUP)) {
processThreadGroup(ele);
processThreadGroupName(ele);
processCheckoutTimer(ele);
} else if (nodeNameEquals(ele, VARIABLE_THROUGHPUT_TIMER)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册