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.688233ms
   map:   4.595734ms

get
   iimap: 2.690785ms
   map:   2.390674ms

remove
   iimap: 1.407105ms
   map:   8.310592ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.475355ms
   map:   2.471044ms

get
   iimap: 0.556208ms
   map:   1.07861ms

remove
   iimap: 0.409183ms
   map:   0.92106ms