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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 2.748238ms
   map:   3.459821ms

remove
   iimap: 1.374508ms
   map:   9.442935ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.481363ms
   map:   4.882804ms

get
   iimap: 1.446025ms
   map:   2.617359ms

remove
   iimap: 1.360301ms
   map:   2.700445ms