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: 5.058581ms
   map:   7.62102ms

get
   iimap: 3.144922ms
   map:   3.409904ms

remove
   iimap: 1.351794ms
   map:   9.17217ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.426292ms
   map:   5.011519ms

get
   iimap: 1.407004ms
   map:   2.637444ms

remove
   iimap: 1.346132ms
   map:   3.242814ms