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.550121ms
   map:   4.667462ms

get
   iimap: 2.643248ms
   map:   2.548846ms

remove
   iimap: 1.373927ms
   map:   8.429498ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.502454ms
   map:   2.436903ms

get
   iimap: 0.550464ms
   map:   1.069035ms

remove
   iimap: 0.363574ms
   map:   0.907341ms