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.229ms
   map:   4.346ms

get
   iimap: 3.934ms
   map:   2.873ms

remove
   iimap: 1.619ms
   map:   24.67ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.077ms
   map:   2.265ms

get
   iimap: 0.592ms
   map:   1.15ms

remove
   iimap: 0.483ms
   map:   15.393ms