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: 17.39238ms
   map:   9.680656ms

get
   iimap: 5.521022ms
   map:   8.656882ms

remove
   iimap: 3.852191ms
   map:   9.960343ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.598624ms
   map:   7.997254ms

get
   iimap: 0.640621ms
   map:   1.05123ms

remove
   iimap: 0.529624ms
   map:   0.959704ms