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

Standard Output

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

get
   iimap: 1.396ms
   map:   2.114ms

remove
   iimap: 0.864ms
   map:   4.188ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.144ms
   map:   3.626ms

get
   iimap: 0.988ms
   map:   1.554ms

remove
   iimap: 1.105ms
   map:   1.973ms