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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 4.701ms
   map:   4.024ms

remove
   iimap: 4.824ms
   map:   24.383ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.557ms
   map:   2.838ms

get
   iimap: 1.07ms
   map:   2.216ms

remove
   iimap: 1.831ms
   map:   2.565ms