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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 18 ms.

Standard Output

com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 2.518ms
   map:   6.642ms

get
   iimap: 4.552ms
   map:   6.18ms

remove
   iimap: 3.272ms
   map:   12.221ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 5.0ms
   map:   4.414ms

get
   iimap: 0.666ms
   map:   1.868ms

remove
   iimap: 0.626ms
   map:   2.684ms