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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 5.199ms
   map:   4.727ms

remove
   iimap: 3.964ms
   map:   13.243ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 3.783ms
   map:   3.219ms

get
   iimap: 0.829ms
   map:   1.551ms

remove
   iimap: 0.705ms
   map:   1.996ms