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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 3.923ms
   map:   3.33ms

remove
   iimap: 1.866ms
   map:   19.504ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.525ms
   map:   2.359ms

get
   iimap: 0.669ms
   map:   1.412ms

remove
   iimap: 0.665ms
   map:   2.072ms