top-sim / topsim

TopSim is a telescope observation and data post-processing simulator, based on a fork of Robert Lexis' CloudSimPy
MIT License
3 stars 3 forks source link

Runtime variation in DelayModel per task #16

Open myxie opened 3 years ago

myxie commented 3 years ago

Currently the DelayModel for a simulation is the same for each task (see the WorkflowPlan class).

It would be useful to have variations in the delay model for each task, to have more variation in the delays across the lifetime of a simulation. Currently, we are able to generate 'worst case scenarios' for each delay model provided.