Skip to content

Add a synthetic performance stress test for the scheduler

Most realistic workflows in Gaudi are limited by algorithm performance. However, it is important to measure the performance of the scheduler itself since any changes here will affect all Gaudi workflows in future.

This MR adds a test with an extremely large number of algorithms and CF nodes, but no algorithm processing time, to examine scheduler performance directly.

Merge request reports