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.22 sec.

Standard Output

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

get
   iimap: 5.444657ms
   map:   3.926299ms

remove
   iimap: 1.386588ms
   map:   9.531275ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.175487ms
   map:   3.30641ms

get
   iimap: 0.447161ms
   map:   1.432365ms

remove
   iimap: 0.385561ms
   map:   1.465318ms