summaryrefslogtreecommitdiff
path: root/resources/experiments
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-10 08:14:41 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-10 08:14:41 +0100
commit4d37bbed4a1f745c331ba996fc860d79e3e51e8f (patch)
tree69d4e530f1f5a5192f98bb422d46618afb291c23 /resources/experiments
parent7a078fac132d10933e52edafd0f2527c50c9b1b6 (diff)
feat: added the entry point to experiment listenerHEADmaster
Diffstat (limited to 'resources/experiments')
-rw-r--r--resources/experiments/experiment_scaling.json24
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
+ }
+ ]
+}