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

Passed

com.jogamp.common.util.IntIntHashMapTest.cloneTest

Took 0.24 sec.

Standard Output

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

get
   iimap: 2.526848ms
   map:   3.364984ms

remove
   iimap: 1.393705ms
   map:   7.839512ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.571179ms
   map:   4.934099ms

get
   iimap: 1.5554ms
   map:   2.690775ms

remove
   iimap: 1.4071ms
   map:   2.700982ms