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.737ms
   map:   5.224ms

get
   iimap: 5.025ms
   map:   4.039ms

remove
   iimap: 1.749ms
   map:   16.834ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.409ms
   map:   2.642ms

get
   iimap: 0.796ms
   map:   1.495ms

remove
   iimap: 0.657ms
   map:   1.845ms