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

Passed

com.jogamp.common.util.IntIntHashMapTest.benchmark

Took 47 ms.

Standard Output

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

get
   iimap: 2.566211ms
   map:   3.368572ms

remove
   iimap: 1.328818ms
   map:   9.446759ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.303641ms
   map:   5.059552ms

get
   iimap: 1.456275ms
   map:   2.583365ms

remove
   iimap: 1.357595ms
   map:   2.62845ms