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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

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

get
   iimap: 2.674829ms
   map:   2.466252ms

remove
   iimap: 1.383819ms
   map:   8.384874ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.441863ms
   map:   2.46083ms

get
   iimap: 0.57885ms
   map:   1.065212ms

remove
   iimap: 0.397382ms
   map:   0.922015ms