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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 12.568ms
   map:   3.764ms

remove
   iimap: 5.772ms
   map:   22.62ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.551ms
   map:   2.853ms

get
   iimap: 1.045ms
   map:   2.931ms

remove
   iimap: 0.985ms
   map:   2.42ms