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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 10 ms.

Standard Output

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

get
   iimap: 2.649074ms
   map:   2.368193ms

remove
   iimap: 1.395348ms
   map:   9.175269ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.431833ms
   map:   4.439965ms

get
   iimap: 1.496211ms
   map:   2.400692ms

remove
   iimap: 1.404475ms
   map:   2.424614ms