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: 8.009101ms
   map:   8.841098ms

get
   iimap: 2.612696ms
   map:   3.440069ms

remove
   iimap: 1.352366ms
   map:   9.078224ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.407236ms
   map:   5.040412ms

get
   iimap: 1.438254ms
   map:   2.637716ms

remove
   iimap: 1.365997ms
   map:   2.634949ms