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

Passed

com.jogamp.common.util.IntIntHashMapTest.cloneTest

Took 0.36 sec.

Standard Output

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

get
   iimap: 10.084ms
   map:   4.76ms

remove
   iimap: 1.599ms
   map:   15.786ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.252ms
   map:   6.268ms

get
   iimap: 1.761ms
   map:   3.301ms

remove
   iimap: 1.629ms
   map:   4.225ms