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.542802ms
   map:   7.893116ms

get
   iimap: 2.459881ms
   map:   4.21047ms

remove
   iimap: 1.41125ms
   map:   7.944782ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.62668ms
   map:   5.085604ms

get
   iimap: 1.464511ms
   map:   2.675157ms

remove
   iimap: 1.329286ms
   map:   2.64167ms