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.558413ms
   map:   5.054955ms

get
   iimap: 2.776239ms
   map:   2.405011ms

remove
   iimap: 1.391787ms
   map:   8.67762ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.33757ms
   map:   2.5919ms

get
   iimap: 0.531647ms
   map:   1.197881ms

remove
   iimap: 0.360066ms
   map:   1.020559ms