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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.639118ms
   map:   2.310943ms

remove
   iimap: 1.428792ms
   map:   8.925163ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.381591ms
   map:   2.39514ms

get
   iimap: 0.551424ms
   map:   1.071274ms

remove
   iimap: 0.413329ms
   map:   0.955505ms