Commit 06e278da authored by Georgios Dagkakis's avatar Georgios Dagkakis

test63 and dump updated so that the test is more robust

parent 4142003a
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"entity": "Dream.Part", "entity": "Dream.Part",
"interarrivalTime": { "interarrivalTime": {
"distributionType": "Normal", "distributionType": "Normal",
"mean": 0, "mean": 1.25,
"max": 2, "max": 2,
"min": 1, "min": 1,
"stdev": 0.5 "stdev": 0.5
......
...@@ -6,19 +6,19 @@ ...@@ -6,19 +6,19 @@
"id": "E1", "id": "E1",
"results": { "results": {
"lifespan": { "lifespan": {
"avg": 7.644704034234376, "avg": 5.066407620375758,
"max": 9.273160413246833, "max": 5.8879347594577,
"min": 6.016247655221919 "min": 4.244880481293816
}, },
"takt_time": { "takt_time": {
"avg": 1.5463268603793643, "avg": 1.5522833663871536,
"max": 1.6604133797737701, "max": 1.5807380927264758,
"min": 1.4322403409849584 "min": 1.5238286400478314
}, },
"throughput": { "throughput": {
"avg": 32.25, "avg": 31.25,
"max": 34.2341794502541, "max": 31.903151168925426,
"min": 30.265820549745897 "min": 30.596848831074574
} }
} }
}, },
...@@ -52,14 +52,14 @@ ...@@ -52,14 +52,14 @@
"min": 0.0 "min": 0.0
}, },
"waiting_ratio": { "waiting_ratio": {
"avg": 6.40180811900683, "avg": 8.17232258365485,
"max": 8.264789529051413, "max": 10.62315655226414,
"min": 4.538826708962247 "min": 5.72148861504556
}, },
"working_ratio": { "working_ratio": {
"avg": 93.59819188099317, "avg": 91.82767741634517,
"max": 95.46117329103775, "max": 94.27851138495446,
"min": 91.73521047094859 "min": 89.37684344773588
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment