Skip to content

An actor database system implementation for the seminar Actor Database Systems at HPI

Notifications You must be signed in to change notification settings

janehmueller/ADS2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actor Database Systems 2018

Run tests

# start sbt console
sbt

Local tests

# run all tests
test

# run specific test
testOnly de.hpi.ads.remote.actors.PerformanceTest

Multi-JVM tests

# run all tests
multi-jvm:test

# run specific test
multi-jvm:testOnly de.hpi.ads.MultiNodePerformanceTest

Multi-Node tests

# run all tests
multiNodeTest

# run specific test
multiNodeTestOnly de.hpi.ads.MultiNodePerformanceTest

About

An actor database system implementation for the seminar Actor Database Systems at HPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published