JSR 223 Scripting Recomondation - rajendrapenumalli/Jmeter GitHub Wiki
- It is recommended to use JSR223 test elements and Groovy as a language for any scripting.
- Groovy scripting is as fast as Java while BeanShell and JavaScript need to be interpreted, which causes some performance overhead.