Re: Question about Constant Timer

2005-09-16 Thread Michael Stover
Yes, there's a difference. In Plan #1 with the two timers at the threadgroup level, they will be added together for every request under that threadgroup - for a total of 200ms delay. In Plan #2, Request 1 will be delayed 100ms, Request #2 will be delayed 100ms, but the last request, which has no

Question about Constant Timer

2005-09-16 Thread Srinath vaidyanathan
Hi, Will there be any difference in behaviour between the following 2 sample test plans ? In the first one, constant timer is at thread group level, while in the second one , it's under each http request. Sample Test Plan 1: ThreadGroup with 100 threads HTTP Request 1 Consta