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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 12 ms.

Standard Output

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

get
   iimap: 6.897116ms
   map:   3.070966ms

remove
   iimap: 1.880985ms
   map:   15.35446ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 3.99086ms
   map:   4.591504ms

get
   iimap: 0.456436ms
   map:   1.012138ms

remove
   iimap: 0.38017ms
   map:   0.981144ms