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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 15 ms.

Standard Output

com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 2.522ms
   map:   6.408ms

get
   iimap: 4.153ms
   map:   5.538ms

remove
   iimap: 1.724ms
   map:   15.187ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.371ms
   map:   3.868ms

get
   iimap: 0.636ms
   map:   1.738ms

remove
   iimap: 0.6ms
   map:   2.105ms