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: 2.498ms
   map:   5.069ms

get
   iimap: 5.249ms
   map:   4.716ms

remove
   iimap: 1.815ms
   map:   18.668ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.407ms
   map:   3.487ms

get
   iimap: 0.855ms
   map:   1.631ms

remove
   iimap: 0.667ms
   map:   1.995ms