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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 10 ms.

Standard Output

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

get
   iimap: 3.85ms
   map:   4.649ms

remove
   iimap: 1.64ms
   map:   17.775ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.228ms
   map:   4.473ms

get
   iimap: 1.954ms
   map:   2.872ms

remove
   iimap: 1.616ms
   map:   3.262ms