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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 12 ms.

Standard Output

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

get
   iimap: 3.945ms
   map:   6.453ms

remove
   iimap: 1.729ms
   map:   17.996ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.095ms
   map:   2.269ms

get
   iimap: 0.651ms
   map:   2.563ms

remove
   iimap: 0.554ms
   map:   1.625ms