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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 22 ms.

Standard Output

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

get
   iimap: 2.888219ms
   map:   3.519986ms

remove
   iimap: 1.918269ms
   map:   9.522259ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.421875ms
   map:   4.972428ms

get
   iimap: 1.44598ms
   map:   2.641965ms

remove
   iimap: 3.110342ms
   map:   2.749871ms