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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 2.556516ms
   map:   3.396569ms

remove
   iimap: 1.392753ms
   map:   7.807006ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.533872ms
   map:   4.807182ms

get
   iimap: 1.520961ms
   map:   2.524943ms

remove
   iimap: 1.397855ms
   map:   2.427032ms