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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 3.672046ms
   map:   3.826389ms

remove
   iimap: 1.554948ms
   map:   8.870182ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.297075ms
   map:   2.471014ms

get
   iimap: 0.425509ms
   map:   1.391782ms

remove
   iimap: 0.374927ms
   map:   1.389002ms