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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 2.626124ms
   map:   2.743543ms

remove
   iimap: 1.382243ms
   map:   9.344647ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.545162ms
   map:   9.70163ms

get
   iimap: 1.841235ms
   map:   2.629351ms

remove
   iimap: 1.773121ms
   map:   2.627798ms