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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 11 ms.

Standard Output

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

get
   iimap: 3.831ms
   map:   2.982ms

remove
   iimap: 1.631ms
   map:   17.532ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.069ms
   map:   10.049ms

get
   iimap: 0.784ms
   map:   1.843ms

remove
   iimap: 0.695ms
   map:   7.847ms