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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 4.033ms
   map:   2.888ms

remove
   iimap: 1.6ms
   map:   17.709ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.094ms
   map:   2.307ms

get
   iimap: 0.6ms
   map:   1.234ms

remove
   iimap: 0.55ms
   map:   1.784ms