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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 11 ms.

Standard Output

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

get
   iimap: 5.050225ms
   map:   3.841526ms

remove
   iimap: 1.346673ms
   map:   8.24933ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.238543ms
   map:   3.293508ms

get
   iimap: 0.416219ms
   map:   1.415179ms

remove
   iimap: 0.360318ms
   map:   1.750482ms