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.838766ms
   map:   8.396701ms

get
   iimap: 2.547905ms
   map:   3.741329ms

remove
   iimap: 1.404872ms
   map:   8.145707ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.782316ms
   map:   5.290036ms

get
   iimap: 1.789816ms
   map:   2.600847ms

remove
   iimap: 1.392753ms
   map:   2.652513ms