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

Passed

com.jogamp.common.util.IntIntHashMapTest.benchmark

Took 33 ms.

Standard Output

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

get
   iimap: 2.43982ms
   map:   3.569153ms

remove
   iimap: 1.284653ms
   map:   8.130499ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.572966ms
   map:   3.281477ms

get
   iimap: 0.459579ms
   map:   1.470908ms

remove
   iimap: 0.419713ms
   map:   1.359282ms