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: 6.59198ms
   map:   13.950678ms

get
   iimap: 6.911737ms
   map:   3.328539ms

remove
   iimap: 1.426679ms
   map:   9.526556ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.6169ms
   map:   6.056247ms

get
   iimap: 0.559828ms
   map:   1.05808ms

remove
   iimap: 0.563633ms
   map:   0.939256ms