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.833362ms
   map:   8.87961ms

get
   iimap: 2.789668ms
   map:   3.03046ms

remove
   iimap: 1.602297ms
   map:   8.0909ms
com.jogamp.common.util.LongIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 1.453996ms
   map:   2.389094ms

get
   iimap: 0.461171ms
   map:   1.033329ms

remove
   iimap: 0.369638ms
   map:   0.983894ms