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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 3 ms.

Standard Output

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

get
   iimap: 4.002ms
   map:   1.411ms

remove
   iimap: 0.83ms
   map:   1.783ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.255ms
   map:   2.451ms

get
   iimap: 4.465ms
   map:   1.189ms

remove
   iimap: 0.757ms
   map:   1.629ms