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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 7 ms.

Standard Output

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

get
   iimap: 4.011ms
   map:   7.266ms

remove
   iimap: 0.91ms
   map:   1.884ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.266ms
   map:   2.385ms

get
   iimap: 4.562ms
   map:   1.324ms

remove
   iimap: 0.821ms
   map:   2.023ms