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.24 sec.

Standard Output

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

get
   iimap: 2.530029ms
   map:   3.495095ms

remove
   iimap: 1.399441ms
   map:   7.870741ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.609123ms
   map:   4.6563ms

get
   iimap: 1.62524ms
   map:   2.566706ms

remove
   iimap: 1.424637ms
   map:   2.521418ms