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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 15 ms.

Standard Output

com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 2.661ms
   map:   10.451ms

get
   iimap: 3.837ms
   map:   5.478ms

remove
   iimap: 1.833ms
   map:   16.508ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.165ms
   map:   2.263ms

get
   iimap: 0.608ms
   map:   1.644ms

remove
   iimap: 0.596ms
   map:   2.076ms