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

Standard Output

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

get
   iimap: 1.289ms
   map:   2.109ms

remove
   iimap: 0.763ms
   map:   4.466ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.13ms
   map:   2.599ms

get
   iimap: 0.866ms
   map:   1.526ms

remove
   iimap: 0.835ms
   map:   2.021ms