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

Passed

com.jogamp.common.util.LongIntHashMapTest.iteratorTest

Took 13 ms.

Standard Output

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

get
   iimap: 2.973285ms
   map:   3.411034ms

remove
   iimap: 1.473753ms
   map:   9.107006ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.480732ms
   map:   4.455471ms

get
   iimap: 1.523624ms
   map:   2.443726ms

remove
   iimap: 1.432558ms
   map:   2.547623ms