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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 5.34ms
   map:   3.876ms

remove
   iimap: 5.193ms
   map:   25.25ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.508ms
   map:   2.767ms

get
   iimap: 1.039ms
   map:   2.899ms

remove
   iimap: 0.998ms
   map:   2.437ms