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: 3.972832ms
   map:   4.213483ms

get
   iimap: 4.970797ms
   map:   2.578139ms

remove
   iimap: 1.3937ms
   map:   8.980485ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 6.409273ms
   map:   4.355795ms

get
   iimap: 2.080751ms
   map:   2.52878ms

remove
   iimap: 1.674045ms
   map:   2.382778ms