This is the simulator to test the performance. You can run it as follow:
./gradlew runScenario -Pscenario=Demo -PoutDir=out/demo -Pexec=100 -Pcreate=300
You can pass following parameters.
scenario
: the name of the scenario classoutDir
: the path where the simulation log will be written toexec
: the execution time of actions (ms)create
: time required to create a new container (ms)