diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-26 22:33:21 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-26 22:33:21 +0200 |
| commit | ab7d7c84652ec4b0ac1081b76add56824de851f1 (patch) | |
| tree | 0285a4b27be79fbeb444e7ea2392c0f623ebc735 /results/src/experiment1/resources/experiments | |
| parent | 00945a67f551b90c528438bd24b6573abe603050 (diff) | |
feat: removed the generated output and the python scripts to plot the results
Diffstat (limited to 'results/src/experiment1/resources/experiments')
| -rw-r--r-- | results/src/experiment1/resources/experiments/experiment_scaling.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/results/src/experiment1/resources/experiments/experiment_scaling.json b/results/src/experiment1/resources/experiments/experiment_scaling.json deleted file mode 100644 index 8085f1e3..00000000 --- a/results/src/experiment1/resources/experiments/experiment_scaling.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "greenifier-demo-scaling", - "topologies": [ - { - "pathToFile": "resources/topologies/surf.json" - } - ], - "workloads": [ - { - "pathToFile": "resources/workloads/surf_month", - "type": "ComputeWorkload" - } - ], - "failureModels" : [ - { - "type": "trace-based", - "pathToFile" : "resources/failures/Whatsapp_user_reported.parquet" - } - ], - "exportModels": [ - { - "exportInterval": 3600 - } - ] -} |
