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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 2.725481ms
   map:   4.285119ms

remove
   iimap: 2.410413ms
   map:   11.389931ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.44948ms
   map:   4.480151ms

get
   iimap: 1.434351ms
   map:   2.655481ms

remove
   iimap: 1.341254ms
   map:   2.625999ms