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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 17 ms.

Standard Output

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

get
   iimap: 3.923ms
   map:   5.803ms

remove
   iimap: 1.719ms
   map:   15.438ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.279ms
   map:   3.602ms

get
   iimap: 0.677ms
   map:   1.702ms

remove
   iimap: 0.594ms
   map:   2.099ms