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.747872ms
   map:   8.616123ms

get
   iimap: 2.837171ms
   map:   3.154185ms

remove
   iimap: 1.860937ms
   map:   8.959607ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.540735ms
   map:   2.283515ms

get
   iimap: 0.544088ms
   map:   1.027263ms

remove
   iimap: 0.373144ms
   map:   0.989948ms