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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 11 ms.

Standard Output

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

get
   iimap: 2.58372ms
   map:   3.547571ms

remove
   iimap: 1.316987ms
   map:   9.28725ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.257997ms
   map:   3.152525ms

get
   iimap: 0.412898ms
   map:   1.454472ms

remove
   iimap: 0.377093ms
   map:   1.933192ms