summaryrefslogtreecommitdiff
path: root/resources/experiments
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-15 19:35:52 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-15 19:35:52 +0200
commitc2a4d3657d148c643eaa319bfdc8a5b5bfe53412 (patch)
tree4a32279fe0f701cf718ffd0af37440a620ed3f9e /resources/experiments
parent960b6156cf36f19f4074e2d762363db12548e9e3 (diff)
feat: added build.sh which exports OpenDC to a .bin file
Diffstat (limited to 'resources/experiments')
-rw-r--r--resources/experiments/experiment_scaling.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/experiments/experiment_scaling.json b/resources/experiments/experiment_scaling.json
new file mode 100644
index 00000000..ce0b917c
--- /dev/null
+++ b/resources/experiments/experiment_scaling.json
@@ -0,0 +1,19 @@
+{
+ "name": "greenifier-demo-scaling",
+ "topologies": [
+ {
+ "pathToFile": "resources/topologies/surf.json"
+ }
+ ],
+ "workloads": [
+ {
+ "pathToFile": "resources/workloads/surf_month",
+ "type": "ComputeWorkload"
+ }
+ ],
+ "exportModels": [
+ {
+ "exportInterval": 3600
+ }
+ ]
+}