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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 16 ms.

Standard Output

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

get
   iimap: 4.700079ms
   map:   2.441421ms

remove
   iimap: 1.414996ms
   map:   9.737482ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.778659ms
   map:   2.31251ms

get
   iimap: 0.441506ms
   map:   1.009983ms

remove
   iimap: 0.383591ms
   map:   1.016408ms