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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 4.351ms
   map:   25.073ms

remove
   iimap: 4.473ms
   map:   3.498ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.517ms
   map:   3.13ms

get
   iimap: 1.084ms
   map:   2.8ms

remove
   iimap: 1.046ms
   map:   2.176ms