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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 20 ms.

Standard Output

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

get
   iimap: 5.978634ms
   map:   3.476146ms

remove
   iimap: 1.49822ms
   map:   9.325261ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.006165ms
   map:   2.722857ms

get
   iimap: 0.424548ms
   map:   1.388223ms

remove
   iimap: 0.377316ms
   map:   1.423003ms