You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Philippe Mouawad <ph...@gmail.com> on 2016/10/09 12:51:31 UTC

Bug 59945

Hello,
Related to the defaulting to Groovy that was implemented in this bug, I
think we could maybe make default more explicit:

   - On creation we would explicitely select Groovy AND check "Cache
   compiled script"

I see 2 benefits:

   - Make it clear that scripting is in groovy
   - Check the "Cache compiled script" which is better for performances as
   Groovy support Compilable.
   See also this https://bz.apache.org/bugzilla/show_bug.cgi?id=59946


Regards
Philippe

Re: Bug 59945

Posted by Antonio Gomes Rodrigues <ra...@gmail.com>.
Hi Philippe,

I think your solution is great.
If you explain me which class to modify, I can try to do it

Antonio

2016-10-09 14:51 GMT+02:00 Philippe Mouawad <ph...@gmail.com>:

> Hello,
> Related to the defaulting to Groovy that was implemented in this bug, I
> think we could maybe make default more explicit:
>
>    - On creation we would explicitely select Groovy AND check "Cache
>    compiled script"
>
> I see 2 benefits:
>
>    - Make it clear that scripting is in groovy
>    - Check the "Cache compiled script" which is better for performances as
>    Groovy support Compilable.
>    See also this https://bz.apache.org/bugzilla/show_bug.cgi?id=59946
>
>
> Regards
> Philippe
>