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.573116ms
   map:   8.071764ms

get
   iimap: 2.49466ms
   map:   3.498009ms

remove
   iimap: 2.861746ms
   map:   8.05231ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.567695ms
   map:   4.981346ms

get
   iimap: 1.444428ms
   map:   2.649021ms

remove
   iimap: 1.287834ms
   map:   2.636901ms