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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 7 ms.

Standard Output

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

get
   iimap: 4.594ms
   map:   1.899ms

remove
   iimap: 0.899ms
   map:   1.805ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.264ms
   map:   1.626ms

get
   iimap: 0.256ms
   map:   0.585ms

remove
   iimap: 0.294ms
   map:   0.966ms