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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 4 ms.

Standard Output

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

get
   iimap: 4.382ms
   map:   1.354ms

remove
   iimap: 0.852ms
   map:   1.648ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.266ms
   map:   2.243ms

get
   iimap: 4.464ms
   map:   1.281ms

remove
   iimap: 0.858ms
   map:   1.809ms