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.769ms
   map:   4.931ms

get
   iimap: 4.432ms
   map:   4.003ms

remove
   iimap: 4.909ms
   map:   26.983ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.524ms
   map:   2.856ms

get
   iimap: 1.036ms
   map:   2.214ms

remove
   iimap: 0.916ms
   map:   2.35ms