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

Standard Output

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

get
   iimap: 2.445233ms
   map:   3.398514ms

remove
   iimap: 1.381284ms
   map:   7.895103ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.514442ms
   map:   4.705488ms

get
   iimap: 1.602303ms
   map:   2.542825ms

remove
   iimap: 1.341737ms
   map:   2.43439ms