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.620252ms
   map:   9.748892ms

get
   iimap: 5.097172ms
   map:   4.198822ms

remove
   iimap: 1.444317ms
   map:   9.563335ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.472677ms
   map:   4.529681ms

get
   iimap: 1.47891ms
   map:   2.389025ms

remove
   iimap: 1.421323ms
   map:   2.444942ms