Merged in differentSwitchingMechanisms (pull request #14)
DifferentSwitchingMechanisms Approved-by: Akash Kothawale <akothaw1@binghamton.edu>
This commit is contained in:
parent
1bee742588
commit
66c19b53c9
13 changed files with 172 additions and 31 deletions
14
schedPolConfig.json
Normal file
14
schedPolConfig.json
Normal 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
|
||||
}
|
||||
}
|
Reference in a new issue