From e86cfd3a35d776dc94f1cdc2b8c4be24f0723c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 19 Apr 2021 15:53:04 +0200 Subject: [PATCH] change config --- scripts/birbnetes/config/default_config.properties | 4 ++-- scripts/birbnetes/matlab/plotGenericResult.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/birbnetes/config/default_config.properties b/scripts/birbnetes/config/default_config.properties index 6662f63..61adb86 100644 --- a/scripts/birbnetes/config/default_config.properties +++ b/scripts/birbnetes/config/default_config.properties @@ -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 diff --git a/scripts/birbnetes/matlab/plotGenericResult.m b/scripts/birbnetes/matlab/plotGenericResult.m index d5dee9b..f3da06f 100644 --- a/scripts/birbnetes/matlab/plotGenericResult.m +++ b/scripts/birbnetes/matlab/plotGenericResult.m @@ -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