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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 25 ms.

Standard Output

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

get
   iimap: 13.466ms
   map:   4.855ms

remove
   iimap: 3.918ms
   map:   21.375ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.411ms
   map:   9.994ms

get
   iimap: 1.838ms
   map:   3.737ms

remove
   iimap: 1.689ms
   map:   3.847ms