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: 8.533015ms
   map:   9.923179ms

get
   iimap: 2.684438ms
   map:   2.389826ms

remove
   iimap: 1.519502ms
   map:   8.642701ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.535309ms
   map:   4.35735ms

get
   iimap: 1.519425ms
   map:   2.420406ms

remove
   iimap: 1.457148ms
   map:   2.485548ms