On 07/03/2008, Tom Fernandes <[EMAIL PROTECTED]> wrote: > Hi, > > why is the ramp-up period not in ms? I would like to start a new thread every > 75ms for a short amount of time.
Historical reasons. Also, it does not make much sense to start too many threads in a short space of time. > What I do now is use a test action sampler with a constant timer at the > beginning of the thread reading a csv data value which contains > 75,150,225, ... > > Does this make sense or is there a better way (performance-wise)? > You could use the threadNumber function and multiply that accordingly, rather than reading from a file. > thanks, > > > Tom > > --------------------------------------------------------------------- > 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]

