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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 36 ms.

Standard Output

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

get
   iimap: 8.057ms
   map:   1.369ms

remove
   iimap: 0.938ms
   map:   1.763ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.275ms
   map:   2.257ms

get
   iimap: 8.391ms
   map:   2.219ms

remove
   iimap: 0.964ms
   map:   1.813ms