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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.646755ms
   map:   2.267555ms

remove
   iimap: 1.381262ms
   map:   8.368902ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.40008ms
   map:   2.37535ms

get
   iimap: 0.525268ms
   map:   1.03204ms

remove
   iimap: 0.40025ms
   map:   0.889481ms