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.256ms
   map:   9.034ms

get
   iimap: 6.879ms
   map:   1.47ms

remove
   iimap: 0.848ms
   map:   2.105ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.248ms
   map:   2.254ms

get
   iimap: 4.451ms
   map:   1.236ms

remove
   iimap: 0.773ms
   map:   2.016ms