0
votes

I am new to Jmeter. I have a http sampler in Jmeter which has a Beanshell Preprocessor.

Question is how to exclude time taken by Beanshell Preprocessor in http sampler.

1

1 Answers

1
votes

By default time taken by Post processor is excluded so nothing to do.

Note that it's much better to use Groovy+JSR223 Elements + cache key instead of BeanShell.

One note about TransactionController, it used to include Post Processing in reported response time but this has been changed in latest versions:

enter image description here