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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 35 ms.

Standard Output

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

get
   iimap: 4.712ms
   map:   5.966ms

remove
   iimap: 1.758ms
   map:   12.196ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.935ms
   map:   4.102ms

get
   iimap: 0.973ms
   map:   2.662ms

remove
   iimap: 0.976ms
   map:   2.167ms