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

Fixed

com.jogamp.common.util.IntIntHashMapTest.benchmark

Took 50 ms.

Standard Output

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

get
   iimap: 2.563455ms
   map:   3.384832ms

remove
   iimap: 1.309874ms
   map:   8.508ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.337061ms
   map:   3.400669ms

get
   iimap: 0.440598ms
   map:   1.468344ms

remove
   iimap: 0.37335ms
   map:   1.426263ms