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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 2.520477ms
   map:   4.438183ms

remove
   iimap: 1.409018ms
   map:   7.867283ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.524624ms
   map:   4.961862ms

get
   iimap: 1.995205ms
   map:   2.590322ms

remove
   iimap: 1.320357ms
   map:   2.532915ms