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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 12 ms.

Standard Output

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

get
   iimap: 2.598389ms
   map:   3.435874ms

remove
   iimap: 1.36292ms
   map:   9.385564ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.278469ms
   map:   3.199621ms

get
   iimap: 0.429917ms
   map:   1.435328ms

remove
   iimap: 0.364793ms
   map:   1.427824ms