1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 16:36:45 +00:00
This commit is contained in:
2020-05-26 21:01:41 +08:00
parent fe6f9f2b63
commit e462a46a19
2 changed files with 6 additions and 6 deletions

View File

@@ -57,8 +57,8 @@ func firstFit(allocation Allocation, task Task) (string, bool) {
}
func fastBestFit(nodes []NodeStatus, tasks []Task) Allocation {
//log.Info(nodes)
//log.Info(tasks)
log.Info(nodes)
log.Info(tasks)
eva := Evaluator{}
eva.init(nodes, tasks)