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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 4.553ms
   map:   4.002ms

remove
   iimap: 4.862ms
   map:   25.024ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.533ms
   map:   2.842ms

get
   iimap: 1.057ms
   map:   2.184ms

remove
   iimap: 1.157ms
   map:   2.457ms