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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 3.133187ms
   map:   2.398331ms

remove
   iimap: 1.403832ms
   map:   14.450955ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 3.118596ms
   map:   2.99993ms

get
   iimap: 0.44449ms
   map:   1.02398ms

remove
   iimap: 0.435447ms
   map:   1.015613ms