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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 11 ms.

Standard Output

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

get
   iimap: 3.851ms
   map:   3.266ms

remove
   iimap: 1.724ms
   map:   17.698ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.455ms
   map:   2.773ms

get
   iimap: 0.726ms
   map:   1.518ms

remove
   iimap: 0.64ms
   map:   1.865ms