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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 26 ms.

Standard Output

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

get
   iimap: 3.505ms
   map:   7.666ms

remove
   iimap: 1.705ms
   map:   9.018ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 4.096ms
   map:   8.186ms

get
   iimap: 1.698ms
   map:   5.683ms

remove
   iimap: 1.816ms
   map:   5.992ms