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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 7 ms.

Standard Output

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

get
   iimap: 2.72459ms
   map:   2.413956ms

remove
   iimap: 1.411888ms
   map:   8.326538ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.392434ms
   map:   2.383657ms

get
   iimap: 0.578214ms
   map:   1.046398ms

remove
   iimap: 0.389729ms
   map:   0.951996ms