Skip to content

Instantly share code, notes, and snippets.

@ktoso
Last active March 4, 2017 19:16
Show Gist options
  • Save ktoso/1ddae23535e2a0fdc5faa46cfb6c1189 to your computer and use it in GitHub Desktop.
Save ktoso/1ddae23535e2a0fdc5faa46cfb6c1189 to your computer and use it in GitHub Desktop.

Macbook Pro (Retina, late 2013), 16G, Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz

Usual desktop applications running, browsers, music etc.

after clean, sbt test:compile

real	 8m33.910s
user	21m11.287s
sys	   0m45.226s

after the above

real	1m19.689s
user	4m18.586s
sys	  0m9.564s

after the above sbt '; project akka-actor-tests; test

real	5m52.343s
user	5m50.485s
sys	  0m26.007s

Thanks James: https://twitter.com/jamesmulcahy/status/838099312655511554

late 2016, 13'', 3.3Ghz i7, 16Gb RAM.

Usual desktop applications running concurrently

test:compile, from clean

real	7m16.146s
user	15m53.369s
sys	  0m38.163s

test:compile, following pre-built test:compile run above

real	1m10.914s
user	2m46.598s
sys	  0m6.399s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment