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: 3.767489ms
   map:   4.541089ms

get
   iimap: 5.082722ms
   map:   2.389131ms

remove
   iimap: 1.40756ms
   map:   9.763679ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.49403ms
   map:   4.532401ms

get
   iimap: 1.529687ms
   map:   2.416124ms

remove
   iimap: 1.426861ms
   map:   2.32809ms