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.44ms
   map:   5.337ms

get
   iimap: 4.253ms
   map:   3.805ms

remove
   iimap: 1.781ms
   map:   18.539ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.426ms
   map:   2.709ms

get
   iimap: 0.74ms
   map:   24.181ms

remove
   iimap: 0.82ms
   map:   3.165ms