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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 14 ms.

Standard Output

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

get
   iimap: 4.627ms
   map:   3.859ms

remove
   iimap: 1.889ms
   map:   17.603ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 4.23ms
   map:   2.851ms

get
   iimap: 0.866ms
   map:   1.589ms

remove
   iimap: 0.886ms
   map:   8.631ms