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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 4.219ms
   map:   1.525ms

remove
   iimap: 1.105ms
   map:   1.801ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.261ms
   map:   2.365ms

get
   iimap: 4.464ms
   map:   1.192ms

remove
   iimap: 0.926ms
   map:   1.658ms