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: 2.295ms
   map:   13.911ms

get
   iimap: 3.575ms
   map:   6.964ms

remove
   iimap: 2.647ms
   map:   18.858ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.259ms
   map:   8.76ms

get
   iimap: 2.85ms
   map:   5.473ms

remove
   iimap: 1.702ms
   map:   5.975ms