From 465e87fda7ab3862385dbbb166ec2114dc2f3980 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 15 Jun 2026 17:25:54 +0200 Subject: feat: added workloads_and_topologies --- .../topologies/surf_small.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 workloads_and_topologies/topologies/surf_small.json (limited to 'workloads_and_topologies/topologies/surf_small.json') diff --git a/workloads_and_topologies/topologies/surf_small.json b/workloads_and_topologies/topologies/surf_small.json new file mode 100644 index 00000000..8c3d8ce3 --- /dev/null +++ b/workloads_and_topologies/topologies/surf_small.json @@ -0,0 +1,25 @@ +{ + "clusters": + [ + { + "name": "C01", + "hosts" : + [ + { + "name": "H01", + "cpu": { + "coreCount": 16, + "coreSpeed": 2100 + }, + "memory": { + "memorySize": 128000000 + }, + "count": 100 + } + ], + "powerSource": { + "carbonTracePath": "resources/carbon_traces/NL_2021-2024.parquet" + } + } + ] +} \ No newline at end of file -- cgit v1.2.3