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: 11.707553ms
   map:   4.280659ms

get
   iimap: 5.070062ms
   map:   3.745154ms

remove
   iimap: 1.473713ms
   map:   9.171313ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.422735ms
   map:   4.508964ms

get
   iimap: 1.444946ms
   map:   2.651702ms

remove
   iimap: 1.352937ms
   map:   2.621975ms