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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 3 ms.

Standard Output

com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 1.412ms
   map:   2.464ms

get
   iimap: 5.059ms
   map:   1.882ms

remove
   iimap: 0.867ms
   map:   2.082ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.249ms
   map:   2.236ms

get
   iimap: 4.638ms
   map:   1.192ms

remove
   iimap: 0.764ms
   map:   1.961ms