On 24/05/07, Stefano Gambetta <[EMAIL PROTECTED]> wrote:
> > > - what does that method do? > > It sets the TestElement running version, which is used to update the > property running version. > > > - is it possible to reduce its overhead? > > I don't think so, but as far as I can tell, it is only called before > and after a test, not during the running of the test. > > Thanks Sebb! This is interesting, since if I recall well this method gets > called MANY times - if you want I can post some statistics about that.
Yes, it will be called lots of times. But what's important is _when_ is it called? If the tool you use to collect statistics cannot distinguish the different phases of a JMeter run, then you will need to compare the counts for various different runs, each with different numbers of loops. The startup/shutdown overheads can then be eliminated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

