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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 7 ms.

Standard Output

com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 2.495282ms
   map:   4.519829ms

get
   iimap: 2.666227ms
   map:   2.411404ms

remove
   iimap: 1.376168ms
   map:   8.38809ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.389883ms
   map:   2.443616ms

get
   iimap: 0.586506ms
   map:   1.073188ms

remove
   iimap: 0.363577ms
   map:   0.866843ms