c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Implement mutation ticker #110

Closed MattWindsor91 closed 3 years ago

MattWindsor91 commented 3 years ago

Track adding something that reads the duration from #109, and sets up a time.Ticker that repeatedly tells a director instance to change its plan.

This will likely be in the same type as the observer for #104, and use the same control plane for influencing the director.

MattWindsor91 commented 3 years ago

Done.