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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 4.612ms
   map:   5.781ms

remove
   iimap: 3.097ms
   map:   22.524ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.169ms
   map:   4.942ms

get
   iimap: 0.903ms
   map:   1.823ms

remove
   iimap: 0.821ms
   map:   1.983ms