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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 6 ms.

Standard Output

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

get
   iimap: 4.129ms
   map:   1.289ms

remove
   iimap: 0.895ms
   map:   2.095ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.302ms
   map:   2.388ms

get
   iimap: 4.714ms
   map:   1.216ms

remove
   iimap: 0.761ms
   map:   1.965ms