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: 2.287ms
   map:   4.965ms

get
   iimap: 3.99ms
   map:   5.547ms

remove
   iimap: 1.761ms
   map:   17.268ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.24ms
   map:   2.714ms

get
   iimap: 0.778ms
   map:   1.501ms

remove
   iimap: 0.672ms
   map:   1.886ms