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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 2.596063ms
   map:   4.422557ms

remove
   iimap: 1.38191ms
   map:   8.175047ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.684725ms
   map:   5.253041ms

get
   iimap: 1.460365ms
   map:   2.782316ms

remove
   iimap: 1.334389ms
   map:   2.661443ms