I want to send a a byte array which is not possible with the inbuilt HTTP Sampler.
So went ahead with BeanShell sampler.
But i found some time lagging in response of BeanShell Sampler
In my code I am sending a hard-coded byte array to the web service endpoint.
Is there a better approach like Java Request or JSR223 whose execution time is lesser than that of beanshell sampler