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

Passed

com.jogamp.common.util.IntIntHashMapTest.iteratorTest

Took 8 ms.

Standard Output

com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: true
put
   iimap: 2.632118ms
   map:   7.951847ms

get
   iimap: 2.514114ms
   map:   3.549994ms

remove
   iimap: 1.338862ms
   map:   7.964923ms
com.jogamp.common.util.IntIntHashMap vs java.util.HashMap warmup: false
put
   iimap: 2.604052ms
   map:   4.68251ms

get
   iimap: 1.575826ms
   map:   2.593209ms

remove
   iimap: 1.326743ms
   map:   2.522406ms