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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 24 ms.

Standard Output

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

get
   iimap: 5.1182ms
   map:   2.385782ms

remove
   iimap: 1.416393ms
   map:   9.212323ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.415272ms
   map:   4.315721ms

get
   iimap: 1.561298ms
   map:   2.37178ms

remove
   iimap: 1.432898ms
   map:   2.452745ms