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: 2.583011ms
   map:   4.421959ms

get
   iimap: 2.655089ms
   map:   2.382723ms

remove
   iimap: 1.3765ms
   map:   8.467263ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.373311ms
   map:   2.400584ms

get
   iimap: 0.573755ms
   map:   1.048641ms

remove
   iimap: 0.396111ms
   map:   0.971459ms