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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 10 ms.

Standard Output

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

get
   iimap: 3.973ms
   map:   3.344ms

remove
   iimap: 3.841ms
   map:   10.604ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.408ms
   map:   5.669ms

get
   iimap: 2.245ms
   map:   1.682ms

remove
   iimap: 0.671ms
   map:   4.78ms