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.612647ms
   map:   4.377268ms

get
   iimap: 2.811658ms
   map:   2.540889ms

remove
   iimap: 1.385098ms
   map:   8.391598ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.413164ms
   map:   2.425437ms

get
   iimap: 0.511558ms
   map:   1.081162ms

remove
   iimap: 0.42194ms
   map:   0.937326ms