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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 15 ms.

Standard Output

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

get
   iimap: 5.450666ms
   map:   2.535536ms

remove
   iimap: 1.510377ms
   map:   8.510547ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.302791ms
   map:   10.834319ms

get
   iimap: 1.772635ms
   map:   2.99577ms

remove
   iimap: 0.538895ms
   map:   1.133147ms