Created
May 7, 2011 21:35
-
-
Save cscotta/960867 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [info] == throughput == | |
| [info] Running overlock.atomicmap.ThroughputTest | |
| 2 CPU's | |
| created 1048576 keys | |
| warming up JIT | |
| Warmup took 30.480539s for 60079285 ops with ratio 0.01745320371239438 | |
| noThreads trial_1 trial_2 trial_3 trial_4 trial_5 trial_6 trial_7 trial_8 trial_9 trial_10 trial_11 trial_12 trial_13 trial_14 trial_15 trial_16 trial_17 trial_18 trial_19 trial_20 mean stddv | |
| 2 | |
| java.lang.ClassCastException: java.lang.String cannot be cast to scala.runtime.Nothing$ | |
| at overlock.atomicmap.AtomicMap.getOrElseUpdate(AtomicMap.scala:63) | |
| at overlock.atomicmap.ThroughputThread.doOperation(ThroughputTest.scala:113) | |
| at overlock.atomicmap.ThroughputThread.run(ThroughputTest.scala:105) | |
| 1861982.3977376807 | |
| java.lang.ClassCastException: java.lang.String cannot be cast to scala.runtime.Nothing$ | |
| at overlock.atomicmap.AtomicMap.getOrElseUpdate(AtomicMap.scala:63) | |
| at overlock.atomicmap.ThroughputThread.doOperation(ThroughputTest.scala:113) | |
| at overlock.atomicmap.ThroughputThread.run(ThroughputTest.scala:105) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment