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

Standard Output

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

get
   iimap: 2.713508ms
   map:   3.469159ms

remove
   iimap: 1.329096ms
   map:   9.340831ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.423689ms
   map:   5.131045ms

get
   iimap: 1.450506ms
   map:   2.675001ms

remove
   iimap: 1.336086ms
   map:   2.661618ms