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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 15 ms.

Standard Output

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

get
   iimap: 4.326364ms
   map:   2.423403ms

remove
   iimap: 1.400732ms
   map:   10.369097ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.54881ms
   map:   4.296246ms

get
   iimap: 1.498834ms
   map:   2.526761ms

remove
   iimap: 1.413703ms
   map:   2.417114ms