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: 8.725366ms
   map:   19.805626ms

get
   iimap: 5.909041ms
   map:   3.29029ms

remove
   iimap: 1.740846ms
   map:   9.360222ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.46866ms
   map:   4.688272ms

get
   iimap: 1.542751ms
   map:   2.538982ms

remove
   iimap: 1.444995ms
   map:   2.467221ms