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

Standard Output

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

get
   iimap: 2.516899ms
   map:   3.520622ms

remove
   iimap: 1.351811ms
   map:   9.006914ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.557044ms
   map:   5.209001ms

get
   iimap: 1.440529ms
   map:   2.623434ms

remove
   iimap: 1.347238ms
   map:   2.650921ms