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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 27 ms.

Standard Output

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

get
   iimap: 3.499ms
   map:   4.708ms

remove
   iimap: 1.597ms
   map:   12.962ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.371ms
   map:   6.103ms

get
   iimap: 0.517ms
   map:   1.98ms

remove
   iimap: 0.505ms
   map:   2.008ms