apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.3k stars 2.09k forks source link

Feature request: Support for V8 Engine as a scripting language for JSR223 Sampler #4349

Open asfimport opened 7 years ago

asfimport commented 7 years ago

shawn.inder (Bug 60929): The ability to use scripts is really useful, so it seems a shame that support for javascript is limited to one very old version of the language. In particular, being able to require other javascript files would be a huge win for re-usability.

Any chance of seeing support for Node.js some time soon?

OS: Linux

asfimport commented 7 years ago

@pmouawad (migrated from Bugzilla): Hello, I suppose you would like us to support https://developers.google.com/v8/

Combined with something like: https://github.com/eclipsesource/J2V8

asfimport commented 7 years ago

shawn.inder (migrated from Bugzilla): (In reply to Philippe Mouawad from comment 1)

Hello, I suppose you would like us to support https://developers.google.com/v8/

Combined with something like: https://github.com/eclipsesource/J2V8

Yes, that sounds exactly right!