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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 4.641ms
   map:   3.998ms

remove
   iimap: 6.411ms
   map:   23.471ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.512ms
   map:   2.9ms

get
   iimap: 1.019ms
   map:   2.228ms

remove
   iimap: 0.991ms
   map:   2.268ms