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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 3.989ms
   map:   7.525ms

remove
   iimap: 2.282ms
   map:   18.682ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.177ms
   map:   2.669ms

get
   iimap: 0.74ms
   map:   1.58ms

remove
   iimap: 0.661ms
   map:   2.072ms