diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-17 18:08:56 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-17 18:08:56 +0200 |
| commit | 4562f52c9b540944200b33d4ffbd60b3cbc5ee79 (patch) | |
| tree | 82d028faf5a0555cb80ce9602890a3257ef695c2 /resources/experiments | |
| parent | 78a9d920cc8aca951aff798272b0d5e7a2e356b9 (diff) | |
Diffstat (limited to 'resources/experiments')
| -rw-r--r-- | resources/experiments/experiment_failures.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/resources/experiments/experiment_failures.json b/resources/experiments/experiment_failures.json new file mode 100644 index 00000000..4fd5cdf6 --- /dev/null +++ b/resources/experiments/experiment_failures.json @@ -0,0 +1,26 @@ +{ + "name": "greenifier-demo-scaling", + "topologies": [ + { + "pathToFile": "resources/topologies/surf.json" + } + ], + "workloads": [ + { + "pathToFile": "resources/workloads/surf_month", + "type": "ComputeWorkload" + } + ], + + "failureModels" : [ + { + "pathToFile": "resources/failures/Skype_user_reported.parquet", + "type": "trace-based" + } + ], + "exportModels": [ + { + "exportInterval": 3600 + } + ] +} |
