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.615199ms
   map:   7.89503ms

get
   iimap: 2.500385ms
   map:   3.410602ms

remove
   iimap: 1.924404ms
   map:   10.393501ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.467535ms
   map:   4.855978ms

get
   iimap: 1.563378ms
   map:   2.678346ms

remove
   iimap: 3.042241ms
   map:   3.891862ms