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: 2.993ms
   map:   4.345ms

get
   iimap: 4.11ms
   map:   5.357ms

remove
   iimap: 1.6ms
   map:   17.935ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 5.245ms
   map:   2.187ms

get
   iimap: 0.604ms
   map:   1.099ms

remove
   iimap: 0.537ms
   map:   1.564ms