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: 8.839844ms
   map:   5.634506ms

get
   iimap: 2.662951ms
   map:   3.487747ms

remove
   iimap: 1.353962ms
   map:   10.393296ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.510809ms
   map:   5.13873ms

get
   iimap: 1.503907ms
   map:   2.784766ms

remove
   iimap: 1.470915ms
   map:   2.691935ms