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: 6.911234ms
   map:   7.325602ms

get
   iimap: 5.242506ms
   map:   3.373771ms

remove
   iimap: 1.516914ms
   map:   9.615578ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.496687ms
   map:   12.019072ms

get
   iimap: 2.083294ms
   map:   2.865127ms

remove
   iimap: 1.898937ms
   map:   2.877845ms