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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 18 ms.

Standard Output

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

get
   iimap: 5.314782ms
   map:   4.335058ms

remove
   iimap: 1.533546ms
   map:   9.137667ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.351874ms
   map:   2.313334ms

get
   iimap: 0.512629ms
   map:   1.063428ms

remove
   iimap: 0.451544ms
   map:   0.955755ms