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: 2.548ms
   map:   5.188ms

get
   iimap: 4.258ms
   map:   3.33ms

remove
   iimap: 1.8ms
   map:   17.586ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.457ms
   map:   2.897ms

get
   iimap: 0.74ms
   map:   1.611ms

remove
   iimap: 0.708ms
   map:   2.319ms