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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 2.72126ms
   map:   3.495387ms

remove
   iimap: 1.410492ms
   map:   8.585735ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.32554ms
   map:   2.320084ms

get
   iimap: 0.452044ms
   map:   1.006028ms

remove
   iimap: 0.382191ms
   map:   1.010747ms