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: 2.474ms
   map:   4.862ms

get
   iimap: 4.039ms
   map:   3.155ms

remove
   iimap: 1.766ms
   map:   17.001ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.432ms
   map:   2.654ms

get
   iimap: 0.711ms
   map:   1.631ms

remove
   iimap: 0.654ms
   map:   1.812ms