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.644859ms
   map:   4.366106ms

get
   iimap: 2.663037ms
   map:   2.337413ms

remove
   iimap: 1.407424ms
   map:   7.834115ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.417629ms
   map:   2.405664ms

get
   iimap: 0.601496ms
   map:   1.074464ms

remove
   iimap: 0.410459ms
   map:   0.952634ms