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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 7 ms.

Standard Output

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

get
   iimap: 2.692698ms
   map:   2.466259ms

remove
   iimap: 1.409337ms
   map:   8.302937ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.401364ms
   map:   2.413318ms

get
   iimap: 0.5527ms
   map:   1.044804ms

remove
   iimap: 0.408545ms
   map:   0.890125ms