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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 12 ms.

Standard Output

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

get
   iimap: 1.293ms
   map:   1.974ms

remove
   iimap: 1.561ms
   map:   4.407ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.176ms
   map:   2.334ms

get
   iimap: 0.872ms
   map:   1.362ms

remove
   iimap: 0.842ms
   map:   1.882ms