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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 10 ms.

Standard Output

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

get
   iimap: 10.082ms
   map:   5.197ms

remove
   iimap: 1.883ms
   map:   26.98ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.085ms
   map:   2.35ms

get
   iimap: 0.638ms
   map:   16.618ms

remove
   iimap: 0.741ms
   map:   4.088ms