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

Standard Output

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

get
   iimap: 3.959ms
   map:   4.83ms

remove
   iimap: 1.771ms
   map:   26.524ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.005ms
   map:   3.735ms

get
   iimap: 0.457ms
   map:   1.739ms

remove
   iimap: 0.602ms
   map:   2.139ms