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

Passed

com.jogamp.common.util.IntIntHashMapTest.testPutRemove

Took 1.4 sec.

Standard Output

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

get
   iimap: 1.306ms
   map:   2.062ms

remove
   iimap: 0.764ms
   map:   4.329ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.141ms
   map:   2.474ms

get
   iimap: 5.96ms
   map:   1.636ms

remove
   iimap: 0.884ms
   map:   1.805ms