Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.39 KB

Scala Akka Prime SpeedUp

Simple prime calculator (written in scala, based on akka) to benchmark speedUp on different amount of workers.

Tested on macOs and Ubuntu Server 20.04 LTS with openjdk64-13

shields.io

Author: Maximilian Bundscherer

Test-Run

  • See jupyter notebook
  • Tested on aws ec2 t2.xlarge (4vCPU, 16GB ram)
  • Tested on Ubuntu Server 20.04 LTS (HVM), SSD Volume Type (ami-0b90a8636b6f955c1)
  • Param maxWorkersPerRun Vector(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16)
  • Param repeatRun 5

Time

SpeedUp

Let's get started (local)

  • Clear results in ./results.csv
  • See config
  • Run sbt run
  • See results in ./results.csv

Let's get started (ec2 instance)