diff options
Diffstat (limited to 'resources/experiments')
| -rw-r--r-- | resources/experiments/experiment_scaling.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/resources/experiments/experiment_scaling.json b/resources/experiments/experiment_scaling.json new file mode 100644 index 00000000..1051389d --- /dev/null +++ b/resources/experiments/experiment_scaling.json @@ -0,0 +1,24 @@ +{ + "name": "greenifier-demo-scaling", + "topologies": [ + { + "pathToFile": "resources/topologies/surf.json" + }, + { + "pathToFile": "resources/topologies/surf_medium.json" + }, + { + "pathToFile": "resources/topologies/surf_small.json" + }], + "workloads": [ + { + "pathToFile": "resources/workloads/surf_month", + "type": "ComputeWorkload" + } + ], + "exportModels": [ + { + "exportInterval": 3600 + } + ] +} |
