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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.561938ms
   map:   3.450468ms

remove
   iimap: 1.359585ms
   map:   8.966942ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.647092ms
   map:   5.039041ms

get
   iimap: 1.503739ms
   map:   2.918816ms

remove
   iimap: 1.443462ms
   map:   2.755526ms