benchmark
benchmark copied to clipboard
[Improvement] Extract rate controller abstraction
Motivation
To be able to plug in different rate controller implementations. To enable testing.
Changes
- Created a rate controller interface
- Refactored existing rate controller into a implementation of the interface