beanshell icon indicating copy to clipboard operation
beanshell copied to clipboard

Simple jmeter Single http request & beanshell script generating hmac authentication.

Open clintFortinbras opened this issue 4 years ago • 0 comments

Hi All, I am looking to increase our jmeter test throughput for the following scenario

a simple http request with beanshell script generating hmac authentication.

How can i speed up the authentication computaion ?

One thought that comes to mind is Pre-compute HMACS (300K ) and store them in the app.

Then when i go to run the 7K of threads, simply pull the authentication from a list.

Can any one help with suggestions around this ?

clintFortinbras avatar Feb 11 '21 14:02 clintFortinbras