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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 3.634ms
   map:   9.822ms

remove
   iimap: 1.832ms
   map:   13.465ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 3.049ms
   map:   17.453ms

get
   iimap: 0.887ms
   map:   2.103ms

remove
   iimap: 0.712ms
   map:   2.802ms