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.590323ms
   map:   4.930925ms

get
   iimap: 2.439151ms
   map:   3.400715ms

remove
   iimap: 1.300583ms
   map:   7.861223ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.502145ms
   map:   2.949434ms

get
   iimap: 0.464995ms
   map:   1.266458ms

remove
   iimap: 0.402804ms
   map:   1.203949ms