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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 12 ms.

Standard Output

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

get
   iimap: 3.888455ms
   map:   4.106583ms

remove
   iimap: 1.4344ms
   map:   9.308731ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.439009ms
   map:   4.284402ms

get
   iimap: 1.537408ms
   map:   2.385689ms

remove
   iimap: 1.403708ms
   map:   2.435065ms