Skip to content

gergelyfabian/akka-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-test

Testing Akka.

Compile the project with:

$ mvn assembly:assembly

Run the project with:

HelloWorld:

$ java -cp target/akka-test-1.0-SNAPSHOT-jar-with-dependencies.jar akka.Main hu.ebratanki.HelloWorld

Ring measurement (where 1000000 is the number of actors and 2 is how many times to send the messages through the ring):

$ time java -cp target/akka-test-1.0-SNAPSHOT-jar-with-dependencies.jar hu.ebratanki.ring.Ring 1000000 2

Releases

No releases published

Packages

No packages published

Languages