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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 17 ms.

Standard Output

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

get
   iimap: 5.521697ms
   map:   4.18406ms

remove
   iimap: 1.426746ms
   map:   9.011893ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.413386ms
   map:   4.220987ms

get
   iimap: 1.497309ms
   map:   2.481812ms

remove
   iimap: 1.388219ms
   map:   2.445362ms