Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 18 ms.

Standard Output

com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 22.5712ms
   map:   10.349247ms

get
   iimap: 3.42478ms
   map:   3.837273ms

remove
   iimap: 1.610615ms
   map:   8.915454ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.30734ms
   map:   2.64298ms

get
   iimap: 0.440494ms
   map:   1.489202ms

remove
   iimap: 0.398791ms
   map:   1.422176ms