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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.603718ms
   map:   2.384934ms

remove
   iimap: 1.362454ms
   map:   8.333554ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.407104ms
   map:   2.399923ms

get
   iimap: 0.495292ms
   map:   1.055329ms

remove
   iimap: 0.403761ms
   map:   0.966666ms