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

Standard Output

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

get
   iimap: 2.793ms
   map:   2.931ms

remove
   iimap: 0.86ms
   map:   14.372ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.214ms
   map:   2.716ms

get
   iimap: 2.615ms
   map:   1.704ms

remove
   iimap: 0.924ms
   map:   2.207ms