change config
This commit is contained in:
parent
091a8bf3d8
commit
e86cfd3a35
@ -31,10 +31,10 @@ ram_for_mobile_vm=4000
|
||||
storage_for_mobile_vm=16000
|
||||
|
||||
#use ',' for multiple values
|
||||
orchestrator_policies=BEST_FIT
|
||||
orchestrator_policies=NEXT_FIT,BEST_FIT
|
||||
|
||||
#use ',' for multiple values
|
||||
simulation_scenarios=TWO_TIER,TWO_TIER_WITH_EO
|
||||
simulation_scenarios=SINGLE_TIER,TWO_TIER,TWO_TIER_WITH_EO
|
||||
|
||||
#mean waiting time in seconds
|
||||
attractiveness_L1_mean_waiting_time=500
|
||||
|
@ -41,7 +41,7 @@ function [] = plotGenericResult(rowOfset, columnOfset, yLabel, appType, calculat
|
||||
|
||||
all_results(s,i,j) = value;
|
||||
catch err
|
||||
error(err)
|
||||
rethrow(err)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user