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

Closes #1845
This commit is contained in:
Captain.B 2021-04-06 17:52:09 +08:00 committed by 刘瑞斌
parent 439dc08808
commit 859bf3085b
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {