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.516984ms
   map:   14.640737ms

get
   iimap: 2.593208ms
   map:   2.47361ms

remove
   iimap: 1.35449ms
   map:   7.957906ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.430714ms
   map:   2.32786ms

get
   iimap: 0.504226ms
   map:   1.046724ms

remove
   iimap: 0.411737ms
   map:   0.879286ms