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: 2.62ms
   map:   5.075ms

get
   iimap: 4.49ms
   map:   3.783ms

remove
   iimap: 4.795ms
   map:   25.25ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.555ms
   map:   2.982ms

get
   iimap: 1.049ms
   map:   2.198ms

remove
   iimap: 0.993ms
   map:   2.297ms