On 14/03/2008, Andrew Chan <[EMAIL PROTECTED]> wrote: > I have a million Beanshell Samplers for which I put logic into the run > without making actually requests. My problem is that I have a global > Uniform Random Timer for all my thread groups that I use to similate > think time BUT I don't want to have this pause for these Beanshell > Samplers... Any idea/workaround?
It's not possible to skip timers just for certain samplers. Rather than use BeanShell Samplers, perhaps you can use Pre-Processors or Post-Processors, as Timers don't apply to them. See: http://jakarta.apache.org/jmeter/usermanual/test_plan.html#executionorder > Thanks! > > Andrew > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

