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: 11.922559ms
   map:   10.744615ms

get
   iimap: 5.075881ms
   map:   3.90696ms

remove
   iimap: 1.47451ms
   map:   9.237513ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.291922ms
   map:   2.688546ms

get
   iimap: 0.419324ms
   map:   1.35824ms

remove
   iimap: 0.365675ms
   map:   1.403948ms