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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 15 ms.

Standard Output

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

get
   iimap: 4.267ms
   map:   5.559ms

remove
   iimap: 1.787ms
   map:   16.948ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.223ms
   map:   3.701ms

get
   iimap: 0.979ms
   map:   2.001ms

remove
   iimap: 0.621ms
   map:   2.298ms