Sorry for lack of precision. The random no are defined in the CSV file and
it's read at the beginning of script. JMeter doesn't create random no at
runtime.  So I think it's more efficient?

Thank you
thanh

On Mon, Oct 18, 2010 at 6:43 AM, sebb <[email protected]> wrote:

> It is likely to be more efficient to use in-built Timers such as
> Random and Gaussian.
>
> Jexl, Beanshell, Javascript etc. all have to be interpreted first and
> then executed. Java code has already been interpreted.
>
> However whether this makes makes a significant difference to the
> running of a test is another matter.
>
> On 13 October 2010 16:25, thanh nguyen <[email protected]> wrote:
> > Hi all,
> >
> > I want to put some random think time in my script like this
> > : ${__jexl(2000+${RANDOMNO} ) }. But it doesn't work. 2000 alone, it  is
> > working. I wonder why. Is it "cpu efficient" to use the object Gaussian
> > Random timer or Uniform Random Timer?
> >
> > Thank you,
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to