Skip to content

generic.py: fix EnergyModelWakeMigration

Change the task utilization so that the optimal placement agrees with EAS placement. 50% was high enough for EAS to move the task to a big CPU, but the optimal placement was expecting a little CPU. With 70%, they both agree that it should be on a big CPU.

Merge request reports