Skip to content
Snippets Groups Projects
Commit 21cd2a42 authored by Krzysztof Mochocki's avatar Krzysztof Mochocki
Browse files

Set thread name same as endpoint name

parent 479f3682
No related branches found
No related tags found
1 merge request!251Add and refactor input files for benchmarking
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<boolProp name="IfController.evaluateAll">false</boolProp> <boolProp name="IfController.evaluateAll">false</boolProp>
</IfController> </IfController>
<hashTree> <hashTree>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="enum_virtual_ops" enabled="true"> <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="${endpoint}" enabled="true">
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp> <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
<elementProp name="HTTPsampler.Arguments" elementType="Arguments"> <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
<collectionProp name="Arguments.arguments"> <collectionProp name="Arguments.arguments">
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</collectionProp> </collectionProp>
</HeaderManager> </HeaderManager>
<hashTree/> <hashTree/>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="enum_virtual_ops" enabled="true"> <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="${endpoint}" enabled="true">
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp> <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
<elementProp name="HTTPsampler.Arguments" elementType="Arguments"> <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
<collectionProp name="Arguments.arguments"> <collectionProp name="Arguments.arguments">
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</collectionProp> </collectionProp>
</HeaderManager> </HeaderManager>
<hashTree/> <hashTree/>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="enum_virtual_ops" enabled="true"> <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="${endpoint}" enabled="true">
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp> <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
<elementProp name="HTTPsampler.Arguments" elementType="Arguments"> <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
<collectionProp name="Arguments.arguments"> <collectionProp name="Arguments.arguments">
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
<boolProp name="IfController.evaluateAll">false</boolProp> <boolProp name="IfController.evaluateAll">false</boolProp>
</IfController> </IfController>
<hashTree> <hashTree>
<JDBCSampler guiclass="TestBeanGUI" testclass="JDBCSampler" testname="enum_virtual_ops" enabled="true"> <JDBCSampler guiclass="TestBeanGUI" testclass="JDBCSampler" testname="${endpoint}" enabled="true">
<stringProp name="dataSource">psql</stringProp> <stringProp name="dataSource">psql</stringProp>
<stringProp name="query">${body}</stringProp> <stringProp name="query">${body}</stringProp>
<stringProp name="queryArguments"></stringProp> <stringProp name="queryArguments"></stringProp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment