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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 19 ms.

Standard Output

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

get
   iimap: 4.504ms
   map:   4.123ms

remove
   iimap: 5.37ms
   map:   25.6ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.581ms
   map:   2.812ms

get
   iimap: 1.051ms
   map:   2.191ms

remove
   iimap: 1.009ms
   map:   2.319ms