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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 4 ms.

Standard Output

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

get
   iimap: 3.955ms
   map:   1.197ms

remove
   iimap: 0.767ms
   map:   2.383ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.258ms
   map:   2.241ms

get
   iimap: 4.478ms
   map:   1.174ms

remove
   iimap: 0.756ms
   map:   2.042ms