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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 16 ms.

Standard Output

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

get
   iimap: 5.0713ms
   map:   3.187273ms

remove
   iimap: 1.370531ms
   map:   9.077593ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.553247ms
   map:   5.700236ms

get
   iimap: 0.597402ms
   map:   1.071032ms

remove
   iimap: 0.538313ms
   map:   0.943621ms