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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 17 ms.

Standard Output

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

get
   iimap: 5.609733ms
   map:   2.452567ms

remove
   iimap: 1.370066ms
   map:   9.47295ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.406811ms
   map:   7.74336ms

get
   iimap: 0.595704ms
   map:   1.158983ms

remove
   iimap: 0.656229ms
   map:   3.013138ms