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

Passed

com.jogamp.common.util.IntIntHashMapTest.benchmark

Took 44 ms.

Standard Output

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

get
   iimap: 3.152867ms
   map:   3.596317ms

remove
   iimap: 1.376962ms
   map:   9.784032ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.286573ms
   map:   3.370804ms

get
   iimap: 0.441874ms
   map:   1.423009ms

remove
   iimap: 0.374107ms
   map:   1.378985ms