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