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.540235ms
   map:   4.750383ms

get
   iimap: 2.75519ms
   map:   2.47358ms

remove
   iimap: 1.425274ms
   map:   8.448632ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.388279ms
   map:   2.510256ms

get
   iimap: 0.568005ms
   map:   1.041289ms

remove
   iimap: 0.396424ms
   map:   0.937639ms