aspnet / Wave

Cross-platform tools for running perf and stress tests
Other
21 stars 17 forks source link

Add option to run jobs in sequence #39

Open shhsu opened 8 years ago

shhsu commented 8 years ago

Currently if we specify a series of jobs in a job file, they are run in parallel as the controller would post all messages to the mqtt host.

It would be nice if there's a way to specify the job files in a way where the jobs are run in sequence in stead of parallel.