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.782644ms
   map:   8.155938ms

get
   iimap: 2.543767ms
   map:   3.422094ms

remove
   iimap: 1.40073ms
   map:   8.085454ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.584909ms
   map:   4.627959ms

get
   iimap: 1.591768ms
   map:   2.571514ms

remove
   iimap: 1.350658ms
   map:   2.582677ms