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: 2.64548ms
   map:   8.242288ms

get
   iimap: 2.574041ms
   map:   3.695061ms

remove
   iimap: 1.449832ms
   map:   8.164471ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.530986ms
   map:   4.847654ms

get
   iimap: 1.573255ms
   map:   2.708946ms

remove
   iimap: 1.367229ms
   map:   2.767947ms