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: 6.719319ms
   map:   4.365503ms

get
   iimap: 3.206159ms
   map:   4.579445ms

remove
   iimap: 1.612972ms
   map:   9.293381ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.619298ms
   map:   4.408312ms

get
   iimap: 1.599721ms
   map:   2.475893ms

remove
   iimap: 1.548083ms
   map:   5.532703ms