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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.641047ms
   map:   2.457026ms

remove
   iimap: 1.348749ms
   map:   8.581093ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.361188ms
   map:   2.412376ms

get
   iimap: 0.519854ms
   map:   1.039388ms

remove
   iimap: 0.380801ms
   map:   0.901292ms