Unfortunately, no. The five thread groups each have a different set of API's to be executed and need to be concurrently executed to simiulate the differnt clients requests.

Stan

On 4/5/12 9:05 PM, Pulkit Singhal wrote:
Would it be ok if all six thread groups ran serially one after another? Or is it absolutely necessary for the latter 5 to run in parallel?

On Thu, Apr 5, 2012 at 11:03 PM, Stanton W Derry <[email protected] <mailto:[email protected]>> wrote:

    I have six thread groups, the first group is for data creation and
    remaining five are the load using the data created.  I need to
    delay the start of the five load thread groups till the data
    creation has completed.  As the amount of time it takes to create
    the data varies depending upon properties passed in setting a
    static delay time can work although doesn't guarantee data
    creation will complete in the specified time frame.  As the data
    creation step is also creating a number of variables splitting the
    groups into two scripts isn't a solution without a complete rewrite.

    Has anyone come across a solution for setting a dynamic delay start?

    Stan

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: [email protected]
    <mailto:[email protected]>
    For additional commands, e-mail: [email protected]
    <mailto:[email protected]>


Reply via email to