From 21cd2a42dd851f8816ead02dc7865b95f4792d3c Mon Sep 17 00:00:00 2001 From: Krzysztof Mochocki <kmochocki@syncad.com> Date: Wed, 16 Nov 2022 14:03:18 +0100 Subject: [PATCH] Set thread name same as endpoint name --- .../account_history_api/JMX/constant_load.jmx.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/performance_data/account_history_api/JMX/constant_load.jmx.in b/benchmarks/performance_data/account_history_api/JMX/constant_load.jmx.in index 63b9d041..e900b2e4 100644 --- a/benchmarks/performance_data/account_history_api/JMX/constant_load.jmx.in +++ b/benchmarks/performance_data/account_history_api/JMX/constant_load.jmx.in @@ -31,7 +31,7 @@ <boolProp name="IfController.evaluateAll">false</boolProp> </IfController> <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> <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> <collectionProp name="Arguments.arguments"> @@ -72,7 +72,7 @@ </collectionProp> </HeaderManager> <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> <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> <collectionProp name="Arguments.arguments"> @@ -113,7 +113,7 @@ </collectionProp> </HeaderManager> <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> <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> <collectionProp name="Arguments.arguments"> @@ -145,7 +145,7 @@ <boolProp name="IfController.evaluateAll">false</boolProp> </IfController> <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="query">${body}</stringProp> <stringProp name="queryArguments"></stringProp> -- GitLab