fix: 性能测试jmx默认参数去掉 concurrentDwn 和 image_parser
This commit is contained in:
parent
e00e07fb30
commit
8793acd0b6
|
@ -389,8 +389,6 @@ public class JmeterDocumentParser implements DocumentParser {
|
|||
element.appendChild(createStringProp(document, "HTTPSampler.concurrentPool", "6"));
|
||||
element.appendChild(createStringProp(document, "HTTPSampler.connect_timeout", ""));
|
||||
element.appendChild(createStringProp(document, "HTTPSampler.response_timeout", ""));
|
||||
element.appendChild(createBoolProp(document, "HTTPSampler.image_parser", true));
|
||||
element.appendChild(createBoolProp(document, "HTTPSampler.concurrentDwn", true));
|
||||
hashTree.appendChild(element);
|
||||
// 空的 hashTree
|
||||
hashTree.appendChild(document.createElement(HASH_TREE_ELEMENT));
|
||||
|
|
Loading…
Reference in New Issue