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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 15 ms.

Standard Output

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

get
   iimap: 5.180568ms
   map:   3.963436ms

remove
   iimap: 1.390567ms
   map:   9.030624ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.550425ms
   map:   4.263719ms

get
   iimap: 1.49612ms
   map:   2.402723ms

remove
   iimap: 1.399637ms
   map:   2.433666ms