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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 7 ms.

Standard Output

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

get
   iimap: 4.891ms
   map:   2.877ms

remove
   iimap: 0.985ms
   map:   1.777ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.411ms
   map:   4.149ms

get
   iimap: 5.693ms
   map:   1.28ms

remove
   iimap: 0.784ms
   map:   3.004ms