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.590641ms
   map:   7.843682ms

get
   iimap: 2.577884ms
   map:   3.538491ms

remove
   iimap: 1.320995ms
   map:   7.865369ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.589366ms
   map:   4.689817ms

get
   iimap: 1.863488ms
   map:   2.587771ms

remove
   iimap: 1.335984ms
   map:   2.555879ms