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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.660486ms
   map:   2.401518ms

remove
   iimap: 1.365325ms
   map:   8.2366ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.309194ms
   map:   2.381745ms

get
   iimap: 0.517937ms
   map:   1.040339ms

remove
   iimap: 0.388771ms
   map:   0.901287ms