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

Standard Output

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

get
   iimap: 9.908ms
   map:   4.918ms

remove
   iimap: 1.625ms
   map:   15.786ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.242ms
   map:   6.371ms

get
   iimap: 1.845ms
   map:   3.493ms

remove
   iimap: 1.753ms
   map:   3.808ms