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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 17 ms.

Standard Output

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

get
   iimap: 4.283ms
   map:   5.415ms

remove
   iimap: 2.231ms
   map:   18.395ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.288ms
   map:   2.95ms

get
   iimap: 0.746ms
   map:   1.986ms

remove
   iimap: 0.954ms
   map:   2.009ms