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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 2.307ms
   map:   4.652ms

get
   iimap: 4.749ms
   map:   4.994ms

remove
   iimap: 1.61ms
   map:   18.229ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.093ms
   map:   3.259ms

get
   iimap: 0.954ms
   map:   1.617ms

remove
   iimap: 0.557ms
   map:   1.608ms