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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 5 ms.

Standard Output

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

get
   iimap: 4.098ms
   map:   1.256ms

remove
   iimap: 0.829ms
   map:   2.011ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.245ms
   map:   4.777ms

get
   iimap: 4.9ms
   map:   1.257ms

remove
   iimap: 0.826ms
   map:   1.972ms