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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 5.526ms
   map:   3.237ms

remove
   iimap: 1.584ms
   map:   13.313ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.102ms
   map:   11.376ms

get
   iimap: 0.627ms
   map:   1.133ms

remove
   iimap: 0.512ms
   map:   1.536ms