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.649643ms
   map:   7.814342ms

get
   iimap: 2.537062ms
   map:   3.458441ms

remove
   iimap: 1.412526ms
   map:   7.765865ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.565446ms
   map:   4.868416ms

get
   iimap: 1.563059ms
   map:   2.62062ms

remove
   iimap: 1.352887ms
   map:   2.494644ms