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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 18 ms.

Standard Output

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

get
   iimap: 3.731ms
   map:   5.577ms

remove
   iimap: 1.837ms
   map:   17.01ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.48ms
   map:   3.828ms

get
   iimap: 0.629ms
   map:   1.601ms

remove
   iimap: 0.589ms
   map:   2.047ms