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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 3 ms.

Standard Output

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

get
   iimap: 4.211ms
   map:   1.395ms

remove
   iimap: 0.871ms
   map:   2.096ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.29ms
   map:   1.658ms

get
   iimap: 0.268ms
   map:   0.599ms

remove
   iimap: 0.307ms
   map:   0.952ms