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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 16 ms.

Standard Output

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

get
   iimap: 5.151559ms
   map:   3.944418ms

remove
   iimap: 1.403705ms
   map:   9.152329ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.566094ms
   map:   4.591405ms

get
   iimap: 1.526767ms
   map:   2.375484ms

remove
   iimap: 1.45783ms
   map:   2.390721ms