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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 22 ms.

Standard Output

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

get
   iimap: 5.082045ms
   map:   2.379526ms

remove
   iimap: 1.376395ms
   map:   8.910272ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.563661ms
   map:   4.417716ms

get
   iimap: 1.50349ms
   map:   2.418685ms

remove
   iimap: 1.399279ms
   map:   2.420581ms