Merged in differentSwitchingMechanisms (pull request #14)

DifferentSwitchingMechanisms

Approved-by: Akash Kothawale <akothaw1@binghamton.edu>
This commit is contained in:
Pradyumna Kaushik 2018-04-17 23:44:36 +00:00
parent 1bee742588
commit 66c19b53c9
13 changed files with 172 additions and 31 deletions

14
schedPolConfig.json Normal file
View file

@ -0,0 +1,14 @@
{
"bin-packing": {
"taskDist": 10.0,
"varCpuShare": 0.64
},
"max-min": {
"taskDist": 0.416,
"varCpuShare": 0.35
},
"max-greedymins": {
"taskDist": 6.667,
"varCpuShare": 0.89
}
}