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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 9 ms.

Standard Output

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

get
   iimap: 0.772ms
   map:   0.622ms

remove
   iimap: 0.305ms
   map:   0.967ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.463ms
   map:   1.689ms

get
   iimap: 0.22ms
   map:   0.571ms

remove
   iimap: 0.273ms
   map:   0.954ms