Skip to content

Instantly share code, notes, and snippets.

@fbettag
Created August 1, 2012 17:05
Show Gist options
  • Save fbettag/3228853 to your computer and use it in GitHub Desktop.
Save fbettag/3228853 to your computer and use it in GitHub Desktop.
Preliminary test results
Info:
CPU: Core i7 3.38 GHz 6core
RAM: 32GB ECC Reg RAM
OS: MacOS X 10.7.4 (Hackintosh)
JVM: Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
# ./sbt run
Multiple main classes detected, select one to run:
[1] ag.bett.scala.test.BenchmarkAll
[2] ag.bett.scala.test.akka.Application
[3] ag.bett.scala.test.lift.Application
[4] ag.bett.scala.test.scala.Application
Enter number: 1
[info] Running ag.bett.scala.test.BenchmarkAll
[akka] Count is 1200000000
[akka] Test took 14.227 seconds
[akka] Throughput=843466.6479229634 per sec
[lift] Count is 1200000000
[lift] Test took 10.765 seconds
[lift] Throughput=1114723.641430562 per sec
[scala] Count is 1200000000
[scala] Test took 35.66 seconds
[scala] Throughput=336511.4974761638 per sec
@fbettag
Copy link
Author

fbettag commented Aug 1, 2012

Multiple main classes detected, select one to run:

[1] ag.bett.scala.test.akka.Application
[2] ag.bett.scala.test.lift.Application
[3] ag.bett.scala.test.scala.Application
[4] ag.bett.scala.test.BenchmarkAll

Enter number: 4

[info] Running ag.bett.scala.test.BenchmarkAll
Warmup run!

[scala] Count is 1200000000
[scala] Test took 41.311 seconds
[scala] Throughput=290479.5332962165 per sec

Warmup run finished!

[lift] Count is 1200000000
[lift] Test took 8.936 seconds
[lift] Throughput=1342882.721575649 per sec

[scala] Count is 1200000000
[scala] Test took 55.742 seconds
[scala] Throughput=215277.52861397152 per sec

[akka] Count is 1200000000
[akka] Test took 7.955 seconds
[akka] Throughput=1508485.229415462 per sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment