diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-15 17:25:54 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-15 17:25:54 +0200 |
| commit | 465e87fda7ab3862385dbbb166ec2114dc2f3980 (patch) | |
| tree | 47c0783f55a915174ce57caf2bc4007e30c9f122 /workloads_and_topologies/topologies/surf_medium.json | |
| parent | 2b1e5d813b88fd89faa943b4cdab8371bf2e6d1f (diff) | |
feat: added workloads_and_topologies
Diffstat (limited to 'workloads_and_topologies/topologies/surf_medium.json')
| -rw-r--r-- | workloads_and_topologies/topologies/surf_medium.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/workloads_and_topologies/topologies/surf_medium.json b/workloads_and_topologies/topologies/surf_medium.json new file mode 100644 index 00000000..6afc2475 --- /dev/null +++ b/workloads_and_topologies/topologies/surf_medium.json @@ -0,0 +1,25 @@ +{ + "clusters": + [ + { + "name": "C01", + "hosts" : + [ + { + "name": "H01", + "cpu": { + "coreCount": 16, + "coreSpeed": 2100 + }, + "memory": { + "memorySize": 128000000 + }, + "count": 200 + } + ], + "powerSource": { + "carbonTracePath": "resources/carbon_traces/NL_2021-2024.parquet" + } + } + ] +}
\ No newline at end of file |
