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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 10 ms.

Standard Output

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

get
   iimap: 3.952ms
   map:   3.165ms

remove
   iimap: 1.617ms
   map:   17.902ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.098ms
   map:   2.27ms

get
   iimap: 0.548ms
   map:   1.283ms

remove
   iimap: 0.533ms
   map:   1.649ms