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: 3.807518ms
   map:   22.108192ms

get
   iimap: 2.583363ms
   map:   3.397243ms

remove
   iimap: 1.324544ms
   map:   8.883135ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.212528ms
   map:   3.21893ms

get
   iimap: 0.427688ms
   map:   1.42033ms

remove
   iimap: 0.365492ms
   map:   1.440403ms