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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 5.32ms
   map:   1.377ms

remove
   iimap: 0.844ms
   map:   2.076ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.276ms
   map:   1.906ms

get
   iimap: 0.287ms
   map:   0.621ms

remove
   iimap: 0.314ms
   map:   0.953ms