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.511548ms
   map:   4.374398ms

get
   iimap: 2.717574ms
   map:   2.315726ms

remove
   iimap: 1.358627ms
   map:   8.205345ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.394348ms
   map:   2.402794ms

get
   iimap: 0.522402ms
   map:   1.08754ms

remove
   iimap: 0.395469ms
   map:   0.910855ms