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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 2.523994ms
   map:   4.408219ms

get
   iimap: 2.66783ms
   map:   2.38813ms

remove
   iimap: 1.3682ms
   map:   8.538332ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.445699ms
   map:   2.47456ms

get
   iimap: 0.596395ms
   map:   1.078614ms

remove
   iimap: 0.36868ms
   map:   0.879284ms