summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-scenario/src/main/resources/scenario.json
blob: 3b22e5f4f4a1e637b515f853688b38d9dc40d7df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "runs": 5,
    "topology": {
        "pathToFile": "resources/env/single.json"
    },
    "workload": {
        "pathToFile": "resources/bitbrains-small",
        "type": "ComputeWorkload"
    },
    "allocationPolicy": {
        "policyType": "Mem"
    },
    "failureModel": {
        "name": "TEST"
    }
}