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.767ms
   map:   5.011ms

get
   iimap: 4.356ms
   map:   3.944ms

remove
   iimap: 4.805ms
   map:   24.444ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.541ms
   map:   2.802ms

get
   iimap: 1.048ms
   map:   2.19ms

remove
   iimap: 3.211ms
   map:   2.399ms