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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 21 ms.

Standard Output

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

get
   iimap: 5.227254ms
   map:   3.416895ms

remove
   iimap: 1.401053ms
   map:   8.349062ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.332698ms
   map:   5.066519ms

get
   iimap: 1.516107ms
   map:   3.370401ms

remove
   iimap: 6.616697ms
   map:   3.305761ms