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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 5.737ms
   map:   4.25ms

remove
   iimap: 1.76ms
   map:   18.439ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.394ms
   map:   3.28ms

get
   iimap: 2.625ms
   map:   1.538ms

remove
   iimap: 0.65ms
   map:   1.846ms