aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/SocialNetwork_plugin/ecore.vsconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Metrics/Metrics-Calculation/SocialNetwork_plugin/ecore.vsconfig')
-rw-r--r--Metrics/Metrics-Calculation/SocialNetwork_plugin/ecore.vsconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/Metrics/Metrics-Calculation/SocialNetwork_plugin/ecore.vsconfig b/Metrics/Metrics-Calculation/SocialNetwork_plugin/ecore.vsconfig
index e63095e1..9d3dd0e9 100644
--- a/Metrics/Metrics-Calculation/SocialNetwork_plugin/ecore.vsconfig
+++ b/Metrics/Metrics-Calculation/SocialNetwork_plugin/ecore.vsconfig
@@ -30,18 +30,19 @@ generate {
30 30
31 //median run time 31 //median run time
32 scope = { 32 scope = {
33 #node = 10 // (warm-up: 10) 30, 50, 80, 100, 120 .... 33 #node = 30 // (warm-up: 10) 30, 50, 80, 100, 120 ....
34 } 34 }
35 35
36 number = 1 36 number = 1
37 runs = 5 37 runs = 1
38 config = { 38 config = {
39 log-level = none, 39 log-level = none,
40 runtime = 300, // the runtime is in seconds, want to set is to 5 mins 40 runtime = 300, // the runtime is in seconds, want to set is to 5 mins
41 "optional-wf" = "false", 41 "optional-wf" = "false",
42 "realistic-guidance" = "Composite", 42 "realistic-guidance" = "Composite",
43 "allow-must-violations" = "false", 43 "allow-must-violations" = "false",
44 "domain" = "Ecore" 44 "domain" = "Ecore",
45 "scopePropagator" = "typeHierarchy"
45 } 46 }
46 47
47 debug = "debug" 48 debug = "debug"