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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 20 ms.

Standard Output

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

get
   iimap: 4.45ms
   map:   3.695ms

remove
   iimap: 4.769ms
   map:   25.587ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.505ms
   map:   2.828ms

get
   iimap: 1.048ms
   map:   2.845ms

remove
   iimap: 1.1ms
   map:   2.345ms