FeatureBaseDB / tools

Tools for development and ops
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

imagine: workloads and batches are redundant #82

Closed jaffee closed 5 years ago

jaffee commented 5 years ago

an imagine config can have multiple workloads, they are executed serially. each workload can have multiple batches... they are executed serially. each batch can have multiple tasks... they are executed concurrently.

I think that we can remove batches without losing any generality.