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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.786178ms
   map:   3.037495ms

remove
   iimap: 1.626227ms
   map:   8.079789ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.523213ms
   map:   2.291835ms

get
   iimap: 0.486689ms
   map:   1.029189ms

remove
   iimap: 0.385268ms
   map:   0.984539ms