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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 7 ms.

Standard Output

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

get
   iimap: 2.784265ms
   map:   3.027608ms

remove
   iimap: 1.642174ms
   map:   8.019192ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.482709ms
   map:   2.413348ms

get
   iimap: 0.54282ms
   map:   1.029189ms

remove
   iimap: 0.383674ms
   map:   1.025362ms