Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Passed

com.jogamp.common.util.IntIntHashMapTest.testPutRemove

Took 4.2 sec.

Standard Output

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

get
   iimap: 4.133ms
   map:   6.629ms

remove
   iimap: 2.595ms
   map:   15.117ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.435ms
   map:   4.111ms

get
   iimap: 1.295ms
   map:   1.957ms

remove
   iimap: 2.737ms
   map:   5.111ms