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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 7 ms.

Standard Output

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

get
   iimap: 4.619ms
   map:   1.445ms

remove
   iimap: 0.806ms
   map:   2.235ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.351ms
   map:   8.012ms

get
   iimap: 0.887ms
   map:   1.362ms

remove
   iimap: 0.802ms
   map:   1.625ms