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.29ms
   map:   5.021ms

get
   iimap: 9.493ms
   map:   5.45ms

remove
   iimap: 1.768ms
   map:   12.91ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 5.425ms
   map:   6.805ms

get
   iimap: 0.848ms
   map:   3.834ms

remove
   iimap: 0.987ms
   map:   2.998ms