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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 16 ms.

Standard Output

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

get
   iimap: 4.539ms
   map:   8.655ms

remove
   iimap: 1.883ms
   map:   14.14ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.519ms
   map:   3.613ms

get
   iimap: 0.655ms
   map:   2.026ms

remove
   iimap: 0.642ms
   map:   2.241ms