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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 11 ms.

Standard Output

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

get
   iimap: 3.981ms
   map:   3.985ms

remove
   iimap: 2.253ms
   map:   16.462ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.402ms
   map:   3.161ms

get
   iimap: 0.738ms
   map:   1.692ms

remove
   iimap: 0.654ms
   map:   1.791ms