README to list the different scheduling algorithms defined

This commit is contained in:
Pradyumna Kaushik 2016-11-23 19:18:56 -05:00 committed by Renan DelValle
parent cceedad1f0
commit abdfef2044

11
schedulers/README.md Normal file
View file

@ -0,0 +1,11 @@
Electron: Scheduling Algorithms
================================
To Do:
* Design changes -- Possible to have one scheduler with different scheduling schemes?
Scheduling Algorithms:
* Bin-packing with sorted watts
* FCFS Proactive Cluster-wide Capping
* First Fit
* First Fit with sorted watts