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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 4 ms.

Standard Output

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

get
   iimap: 4.068ms
   map:   1.533ms

remove
   iimap: 4.459ms
   map:   2.011ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 4.387ms
   map:   1.668ms

get
   iimap: 0.365ms
   map:   0.603ms

remove
   iimap: 0.495ms
   map:   9.164ms