Make sure Node.js >= 14.15.4
and yarn is installed and run:
yarn
- Running the simulation
Usage: yarn start run <scenario> [options]
Arguments:
scenario scenario name
Options:
-v, --verbose display orchestration logs
-d, --console log to console
-c, --csv log to csv file
-t, --time-limit <limit> time limit
-o, --orchestrator <type> (choices: "v0", "v1", "v2", "v3", "v4", "v5")
Example:
yarn start run balancing -t 10 -o v1 -c
Results will be saved into measurements
folder.
- Generating synthetic scenarios
Usage: yarn start generate <N>
Arguments:
N number of scenarios