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.7565ms
   map:   5.227878ms

get
   iimap: 2.511563ms
   map:   3.629727ms

remove
   iimap: 1.334716ms
   map:   8.351783ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.53915ms
   map:   3.136982ms

get
   iimap: 0.435976ms
   map:   1.418275ms

remove
   iimap: 0.385585ms
   map:   1.347473ms