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: 4.342676ms
   map:   4.240456ms

get
   iimap: 5.219746ms
   map:   2.414801ms

remove
   iimap: 1.848756ms
   map:   9.583469ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.434192ms
   map:   4.272768ms

get
   iimap: 1.490236ms
   map:   2.575411ms

remove
   iimap: 1.42277ms
   map:   2.491412ms