README to list the different scheduling algorithms defined
This commit is contained in:
parent
cceedad1f0
commit
abdfef2044
1 changed files with 11 additions and 0 deletions
11
schedulers/README.md
Normal file
11
schedulers/README.md
Normal 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
|
Reference in a new issue