# start sbt console
sbt
# run all tests
test
# run specific test
testOnly de.hpi.ads.remote.actors.PerformanceTest
# run all tests
multi-jvm:test
# run specific test
multi-jvm:testOnly de.hpi.ads.MultiNodePerformanceTest
# run all tests
multiNodeTest
# run specific test
multiNodeTestOnly de.hpi.ads.MultiNodePerformanceTest