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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.622534ms
   map:   2.431178ms

remove
   iimap: 1.366282ms
   map:   8.525229ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.364049ms
   map:   2.424481ms

get
   iimap: 0.580128ms
   map:   1.053415ms

remove
   iimap: 0.377609ms
   map:   1.009722ms