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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 4.251ms
   map:   4.762ms

remove
   iimap: 1.946ms
   map:   17.188ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.39ms
   map:   3.042ms

get
   iimap: 0.76ms
   map:   1.602ms

remove
   iimap: 0.652ms
   map:   1.854ms