diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-20 16:17:39 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-20 16:17:39 +0100 |
| commit | f5da60e4275ca1172128c3994298691e12d5e1f8 (patch) | |
| tree | 189804251bf88bf390e1c9ffb4472b7a798d7f22 /resources/topologies/surf_small_solution.json | |
| parent | 2f16cb0f48eca4453e3e894b3d45a3aa09e6dcc0 (diff) | |
fix: changed the syntex to slowly get rid of the Config class
Diffstat (limited to 'resources/topologies/surf_small_solution.json')
| -rw-r--r-- | resources/topologies/surf_small_solution.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/resources/topologies/surf_small_solution.json b/resources/topologies/surf_small_solution.json deleted file mode 100644 index 8c3d8ce3..00000000 --- a/resources/topologies/surf_small_solution.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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 |
