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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 10 ms.

Standard Output

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

get
   iimap: 3.929ms
   map:   3.902ms

remove
   iimap: 1.614ms
   map:   17.898ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.117ms
   map:   2.277ms

get
   iimap: 0.58ms
   map:   1.366ms

remove
   iimap: 0.557ms
   map:   1.577ms